Example & Tutorial understanding programming in easy ways.
-
Home
What is High level language or low level language?
Read More →
What is the use of header file in C language?
Read More →
Which function we use to take a user define value in C language?
Read More →
How we take an input of string with white space?
Read More →
What if one header file is included twice in C language?
Read More →
What if we compile the C language code without the main() function?
Read More →
What if we execute the C language code without the main() function?
Read More →
What are the basic data type in C language?
Read More →
What is the range of the integer data type in C language?
Read More →
How i take only positive integer from the user input?
Read More →
If the C program can not have the main() function then what happens?
Read More →
To store any single char, how much space it need?
Read More →
How we store the value greater than the 32768 in the integer variable?
Read More →
What are the keywords in C language? and how many keywords we have in C language?
Read More →
What are the global variable in C language?
Read More →
What is the difference between Static and global variable in C language?
Read More →
What is the static and Dynamic memory allocation?
Read More →
Difference between static and Dynamic memory allocation?
Read More →
What is the ASCII value of the lower case Alphabet?
Read More →
What is the difference between ++a and a++?
Read More →
What is the difference between --a and a-- ?
Read More →
What is the difference between while(0) and while(1) ?
Read More →
If we put any positive number in the condition of loop or any condition statement then what happen?
Read More →
What is the difference between the Void and Null Pointer?
Read More →
What is the difference between Pass by value and Pass by reference?
Read More →
What is a pointer on a pointer in C programming language?
Read More →
What is the use of the %u in the C language?
Read More →
Difference between malloc() and calloc() functions?
Read More →
What is the difference between the array and the pointers?
Read More →
What is the difference between the Array and the structure?
Read More →
What is the difference between a structure and a Union?
Read More →
Write a program to print “hello world” without using a semicolon?
Read More →
What is the difference between %c and %s in C language?
Read More →
What is the difference between %d and %c in C language?
Read More →
Difference between Entry control loop and Exit control loop in C language?
Read More →
What is the process to create increment and decrements stament in C?
Read More →
What is the difference between abs() and fabs() functions?
Read More →
What is the difference between = and == in C language?
Read More →
What is the explanation for cyclic nature of data types in C?
Read More →
It is possible to create our own header file in C language?
Read More →
Where we use the continue statement? What if we placed continue statement in if condition body?
Read More →
How much difference in between the ASCII value of UPPER case letter and lower case letter?
Read More →
What are the modifiers available in C programming language?
Read More →
How we generate the random number in C language?
Read More →
Describe dynamic data structure in C programming language?
Read More →
In which header file the rand() function is define?
Read More →
Write a program to swap two variable without use third variable.
Read More →
Write a program to Print ASCII value of any character in C language.
Read More →
Write a program to show the char by using the ASCII value.
Read More →
Write a program to find the factorial of the number.
Read More →
Write a program to check number is prime or not
Read More →
Write a program to check given char is alphabet or not.
Read More →
Write a program to check alphabet is in lower case or not?
Read More →
Write a program to check alphabet is in UPPER case or not
Read More →
Write a program to print "HelLo world" without using the semicolon.
Read More →
Write a program to change the upper case letter to lower case letter
Read More →
Write a program to convert the lower case alphabet to upper case alphabet
Read More →
Write a program to find the maximum of two number without using the if statement
Read More →
Check maximum between two number using loop.
Read More →
What is the explanation for modular programming?
Read More →
What are the ways to a null pointer can use in C programming language?
Read More →
Generate random number in between 0 to 10 in C langauge
Read More →
Write a program to print the following :
1
12
123
1234
12345
Read More →
Write a program to display the Fibonacci series
Read More →
Write a program to find the LCM of the two number
Read More →
Write a program to find the HCF of two number
Read More →
Write a program to make the pascal triangle
Read More →
Write a program to convert the decimal number to its binary equivalent
Read More →
Write a program to convert the decimal number to its octal equivalent
Read More →
Write a program to count the sexy prime in between the two number range.
Read More →