Explain the use of fflush() function?
No Answer is Posted For this Question
Be the First to Post Answer
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is typedef?
What is the best way to store flag values in a program?
Explain how can you tell whether a program was compiled using c versus c++?
What is storage class?
int i=10; printf("%d %d %d", i, i=20, i);
who is first prime minister in india??
what is the use of pointers
Is null a keyword in c?
will u give me old quesrion papers for aptitude for L & t info tech?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What are pointers in C? Give an example where to illustrate their significance.