Answer Posted / nashiinformaticssolutions
fflush() clears the output/input buffer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What does it mean when the linker says that _end is undefined?
What is #line in c?
What is an lvalue in c?
Explain the difference between strcpy() and memcpy() function?
Write a c program to demonstrate character and string constants?
What is volatile variable how do you declare it?
What is linear search?
Where define directive used?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Explain logical errors? Compare with syntax errors.
What happens if header file is included twice?
What is meant by inheritance?
What is the use of a semicolon (;) at the end of every program statement?