how to execute a program using if else condition and the
output should enter number and the number is odd only...
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What are volatile variables in c?
What is selection sort in c?
Where we use clrscr in c?
What does malloc () calloc () realloc () free () do?
What is difference between stdio h and conio h?
Subtract Two Number Without Using Subtraction Operator
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What is the difference between the local variable and global variable in c?
What are the types of pointers?
What is d'n in c?
write a function for strtok()??