7. Identify the correct argument for the function call
fflush() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above

Answer Posted / ar

b but not recommended

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

676


How will you delete a node in DLL?

675


What is the difference between declaring a variable by constant keyword and #define ing that variable?

2682


Explain what is meant by 'bit masking'?

636


Why can’t we compare structures?

801






What is static volatile in c?

569


Can main () be called recursively?

621


Explain what is the benefit of using an enum rather than a #define constant?

712


What is a class c rental property?

600


What is multidimensional arrays

622


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1998


FILE PROGRAMMING

1773


Are global variables static in c?

664


write a program for the normal snake games find in most of the mobiles.

1781


When the macros gets expanded?

777