What is the difference between fread and fwrite function?
No Answer is Posted For this Question
Be the First to Post Answer
How can we allocate array or structure bigger than 64kb?
How will you find a duplicate number in a array without negating the nos ?
Do you have any idea about the use of "auto" keyword?
Do you know pointer in c?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Compare interpreters and compilers.
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
What are the types of pointers in c?
Why do we use int main instead of void main in c?
What is the 'named constructor idiom'?
What is methods in c?