GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Programming  >  C

 Print  |  
Question:  fflush() argument in ANSI C

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


May 05, 2008 02:18:25 #2
 geekkirankumar Web Expert  Member Since: May 2008    Total Comments: 4 

RE: fflush() argument in ANSI C
 
it is used clear the data in the buffer which is entered previously.
ex: if i entered name: kiran
            now i have to enter age: here i will use fflush.
           entered age :   21.
          
     

 

Back To Question