Tag: Code

Code

Compilation and Execution of C Program | Hello World Program in C

The complete guide to Compilation and Execution of C Program using GCC compiler on Windows, Linux and Mac systems. How does Help World program run?

Code

Step-By-Step Reading And Writing Files in C Program

Reading And Writing Files in C Program with an example. How to read, write and append using file handling in C programming? Explained in detail.

algorithm

Selection Sort in C with Explanation | Algorithm, Program and Time Complexity

Selection Sort in C with Explanation and program. Stepwise explanation of Algorithm and time Complexity. What are the advantages and disadvantages?

Code

Druva Coding Question | Online Test Challenge for Programmer

Are you ready to take programming challenge? Here is the Druva coding question you must try for, to improve your programming skill.

Code

How My 10 Lines code of Python Generate HTML Page | Amazing?

How I have used Python to create HTML code? This simple Python Generate HTML code, helped me to write 1000’s lines of HTML code.

Code

5 Easiest Programming Language to Learn for Beginners in 2023

What are the easiest and simplest Programming Languages for Beginners to learn? Picking a right coding language is the big challenge.

bit manipulation

[Two Easy Methods] How to Find 2’s Complement?

How to find 2’s complement of any number? 2’s complement of the number will be helpful in many bit operations.

Code

Write a C Program to Remove White Spaces from String

Write a C program to remove white spaces from string. You have given a string which includes multiple words.

c-string

[Solved] Undefined reference to strrev | Error Code in C

Got error “undefined reference to strrev” while coding in C? Or for any other string function. Runs fine on one of the system, not on other systems?