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 / snvs.narayana

43.prefix operator increase and then use value.
post fix operator use the value and then increase.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why C language is a procedural language?

625


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

609


What does it mean when the linker says that _end is undefined?

638


Explain what are multidimensional arrays?

607


Can you apply link and association interchangeably?

682






How to set file pointer to beginning c?

674


What is the heap in c?

647


write an algorithm to display a square matrix.

2229


Write a program to reverse a string.

644


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

622


what is a function method?give example?

1918


What are examples of structures?

601


What is the use of header?

628


Are the variables argc and argv are local to main?

793


What is function prototype?

613