How would you use the functions fseek(), freed(), fwrite() and ftell()?
No Answer is Posted For this Question
Be the First to Post Answer
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
Array is an lvalue or not?
Explain modulus operator.
What is the use of volatile?
can we change the default calling convention in c if yes than how.........?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
Where static variables are stored in memory in c?
Explain why c is faster than c++?
write a program to generate 1st n fibonacci prime number
Describe wild pointers in c?
How do I declare a pointer to an array?
What are the application of c?