What do you know about the use of bit field?


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

Post New Answer

More C Interview Questions

What is the purpose of type declarations?

0 Answers  


What do you understand by normalization of pointers?

0 Answers  


what is the coding of display the factorial of a number using array and function?

1 Answers  


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

0 Answers  


what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  






Can you please compare array with pointer?

0 Answers  


Explain the term printf() and scanf() used in c language?

0 Answers  


Linked lists -- can you tell me how to check whether a linked list is circular?

0 Answers  


How to add two numbers without using arithmetic operators?

18 Answers   College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,


What is the difference between pure virtual function and virtual function?

0 Answers  


what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }

20 Answers   Infosys,


Which is better malloc or calloc?

0 Answers  


Categories