What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
No Answer is Posted For this Question
Be the First to Post Answer
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
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?
How can I call a function, given its name as a string?
Why c language?
What are the concepts introduced in OOPs?
Can anyone tell what is stack overflow? what precaution we should take?
What are void pointers in c?
why arithmetic operation can’t be performed on a void pointer?
What is d'n in c?
how to add numbers without using arithmetic operators.
how do you programme Carrier Sense Multiple Access
Can you please explain the difference between syntax vs logical error?