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
code for replace tabs with equivalent number of blanks
If fflush wont work, what can I use to flush input?
What is difference between %d and %i in c?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What happens if you free a pointer twice?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Why c is called object oriented language?
What is the best style for code layout in c?
Give basis knowledge of web designing ...
Is there a way to compare two structure variables?
What is the difference between local variable and global variable in c?
what are enumerations in C
Explain main function in c?
How do we declare variables in c?
Do string constants represent numerical values?