What is the difference between fread buffer() and fwrite buffer()?
No Answer is Posted For this Question
Be the First to Post Answer
What is default value of global variable in c?
where can function pointers be used?
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
can we define a function in structure?
Why is c not oop?
i need all types of question paper releted to "c" and other language.
What is a const pointer?
What is the difference between null pointer and void pointer
10 Answers CTS, Manforce, MAQ Software,
what is the difference between declaration and definition of a variable or function ?
how to set Nth bit of variable by using MACRO
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
Is it better to use a macro or a function?