34.what are bitwise shift operators?
35.what are bit fields? What is the use of bit fields in a
structure declaration?
36.what is the size of an integer variable?
37.what are the files which are automatically opened when a
c file is executed?
38.what is the little endian and big endian?
39.what is the use of fflush() function?
40.what is the difference between exit() and _exit() functions?
41.where does malloc() function get the memory?
42.what is the difference between malloc() and calloc()
function?

43.what is the difference between postfix and prefix unary
increment operators?

Answer Posted / arthy

39. fflush() is a function used to refresh the buffer in
case of files..
once fflush() function is executed all the contents in the
buffer are put into the specific files and the buffer is
emptied..

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

647


In C programming, what command or code can be used to determine if a number of odd or even?

627


What is keyword with example?

646


What is the process to create increment and decrement stamen in c?

590


What is meant by type specifiers?

663






How many types of errors are there in c language? Explain

577


What is indirection in c?

631


Difference between constant pointer and pointer to a constant.

619


Explain what is a program flowchart and explain how does it help in writing a program?

653


What is a MAC Address?

633


What are header files and what are its uses in C programming?

642


How macro execution is faster than function ?

673


What is the use of structure padding in c?

567


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

610


What is your stream meaning?

610