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
Are enumerations really portable?
What is difference between structure and union in c?
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
Process by which one bit pattern in to another by bit wise operation is?
How to define structures? ·
find out largest elemant of diagonalmatrix
What is the difference between int main and void main?
What is static volatile in c?
How important is structure in life?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
hi, which software companys will take,if d candidate's % is jst 55%?
What are run-time errors?
Give differences between - new and malloc() , delete and free() ?
What do you mean by dynamic memory allocation in c?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.