If fflush wont work, what can I use to flush input?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Does * p ++ increment p or what it points to?

0 Answers  


String concatenation

2 Answers  


What are pointers?

0 Answers   Accenture, Tavant Technologies, Zensar,


What are structural members?

0 Answers  


When should the const modifier be used?

0 Answers  






Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .

3 Answers   TCS,


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

0 Answers   InterGraph,


How will you divide two numbers in a MACRO?

0 Answers   Apps Associates,


What is size of union in c?

0 Answers  


Why c is procedure oriented?

0 Answers  


Who is the founder of c language?

0 Answers  


Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;

5 Answers   Accenture, TCS,


Categories