Tell us the use of fflush() function in c language?
What compilation do?
7 Answers Geometric Software, Infosys,
what is constant pointer?
How can I swap two values without using a temporary?
What is the usage of the pointer in c?
What is the difference between Printf(..) and sprint(...) ?
I want tcs placement papers of 2004-2009 , its urgent
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
what is the disadvantage of using macros?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What are the primitive data types in c?
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
Why is a semicolon (;) put at the end of every program statement?