Answer Posted / addu
fflush is used to clear all non printable characters which are existed through standard input i.e.,stdin
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What are volatile variables in c?
What is nested structure with example?
How can I write a function that takes a format string and a variable number of arguments?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Give the rules for variable declaration?
What is the significance of c program algorithms?
How many main () function we can have in a project?
What are the different types of C instructions?
What is const keyword in c?
What is the use of sizeof () in c?
What are the types of bitwise operator?
Explain 'bit masking'?
Explain the properties of union. What is the size of a union variable
Explain which function in c can be used to append a string to another string?
What does char * * argv mean in c?