Answer Posted / rajnish
to clear input buffer
| Is This Answer Correct ? | 70 Yes | 10 No |
Post New Answer View All Answers
Wt are the Buses in C Language
What are header files why are they important?
How can I read data from data files with particular formats?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What are logical errors and how does it differ from syntax errors?
Explain void pointer?
Write a program to swap two numbers without using third variable in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What type is sizeof?
For what purpose null pointer used?
What are unions in c?
How can you allocate arrays or structures bigger than 64K?
What happens if you free a pointer twice?