Tell us the use of fflush() function in c language?
No Answer is Posted For this Question
Be the First to Post Answer
int *a[5] refers to
What is self-referential structure in c programming?
What is the use of function overloading in C?
Explain threaded binary trees?
write a program to display the array elements in reverse order in c language
How can I get the current date or time of day in a c program?
Write a C program to fill a rectangle using window scrolling
What is the use of sizeof?
what is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)