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
What is the right type to use for boolean values in c?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is the use of function in c?
Do variables need to be initialized?
What does c in a circle mean?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Explain what are the different file extensions involved when programming in c?
Why #include is used in c language?
write a program in c language for the multiplication of two matrices using pointers?
what is the benefit of c30
what is the return type of printf
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,