Tell us the use of fflush() function in c language?
No Answer is Posted For this Question
Be the First to Post Answer
how to write palindrome program?
c program to arrange digits in a no in ascending and descending order
what is an inline function?
How can we allocate array or structure bigger than 64kb?
how we do lcm of two no using c simple if while or for statement
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
How to swap 3 numbers without using 4th variable?
Why should I use standard library functions instead of writing my own?
What is header file definition?
WAP – represent a char in binary format
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
write a program whose output will be- 1 12 123 1234