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?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is use of loop?

10 Answers   Infosys,


Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


Explain what is the difference between declaring a variable and defining a variable?

1 Answers  


how to add two numbers without using arithmetic operators?

4 Answers  


Is c an object oriented programming language?

1 Answers  






GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

0 Answers  


write a program to rearrange the array such way that all even elements should come first and next come odd

0 Answers  


What is table lookup in c?

0 Answers  


Difference between macros and inline functions? Can a function be forced as inline?

0 Answers   HAL, Honeywell, Zomato,


IS Doon college of Engn.. has good faculty

1 Answers  


What is the Lvalue and Rvalue?

2 Answers  


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

0 Answers  


Categories