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

Explain why C language is procedural?

774


Explain what are global variables and explain how do you declare them?

645


what is uses of .net

1279


How do I copy files?

625


What is a constant and types of constants in c?

606






What's a good way to check for "close enough" floating-point equality?

632


By using C language input a date into it and if it is right?

576


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

717


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


Explain what is the benefit of using an enum rather than a #define constant?

728


What is clrscr in c?

682


Explain what does a function declared as pascal do differently?

646


Is there any demerits of using pointer?

634


Why flag is used in c?

657


Where local variables are stored in c?

560