What is the purpose of realloc()?
No Answer is Posted For this Question
Be the First to Post Answer
How will you divide two numbers in a MACRO?
What is structure pointer in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
What is "Duff's Device"?
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What does %d do?
What is string length in c?
What is meant by recursion?
what do you mean by enumeration constant?
What is the sizeof () a pointer?