I have a varargs function which accepts a float parameter?
No Answer is Posted For this Question
Be the First to Post Answer
How many bytes are occupied by near, far and huge pointers (dos)?
Tell me what is null pointer in c?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
code for replace tabs with equivalent number of blanks
What is the advantage of a random access file?
write a program to generate 1st n fibonacci prime number
Why is c fast?
How can I get back to the interactive keyboard if stdin is redirected?
Distinguish between actual and formal arguments.
Explain c preprocessor?
What is extern c used for?