Tell us the use of fflush() function in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is c system32 taskhostw exe?
What is bin sh c?
What is memcpy() function?
Explain how do you print only part of a string?
What are the different file extensions involved when programming in C?
How do I copy files?
Who had beaten up hooligan "CHAKULI" in his early college days?
What's wrong with "char *p; *p = malloc(10);"?
What is the c language function prototype?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
What are static functions?
How do you write a program which produces its own source code as its output?