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 / prakash

43.postfix unary increment operator is assume the given
number and then add with one number to the given variable or
integer and display with the output .but prefix unary
increment operator is first add with one number t o given
variable or integer and display with the output

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between declaring a variable by constant keyword and #define ing that variable?

2681


Differentiate between the = symbol and == symbol?

700


FILE PROGRAMMING

1771


how do you execute a c program in unix.

632


What is wrong with this code?

685






What is a class c rental property?

597


Which are low level languages?

621


What is wrong in this statement? scanf(“%d”,whatnumber);

717


What is use of null pointer in c?

563


p*=(++q)++*--p when p=q=1 while(q<=6)

1262


What are the salient features of c languages?

616


‎How to define structures? · ‎

616


What is a good way to implement complex numbers in c?

582


c language interview questions & answer

1452


What is a structural principle?

634