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
Explain how can you check to see whether a symbol is defined?
When should the const modifier be used?
Is using exit() the same as using return?
What is c programming structure?
Why c is called procedure oriented language?
how should functions be apportioned among source files?
What is difference between function overloading and operator overloading?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Difference between goto, long jmp() and setjmp()?
In C language what is a 'dangling pointer'?
given post order,in order construct the corresponding binary tree
When should the register modifier be used? Does it really help?
Explain what is the difference between null and nul?
How do you generate random numbers in C?
what is uses of .net