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 function prototype in c with example?

0 Answers  


implement OR gate without using any bitwise operator.

1 Answers   Alcatel, Wipro,


What is NULL pointer?

0 Answers   Infosys,


what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error

9 Answers   Infosys,


what is the most appropriate way to write a multi-statement macro?

1 Answers  






Explain what is the heap?

0 Answers  


Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?

4 Answers   TCS,


what is use of loop?

10 Answers   Infosys,


What is #error and use of it?

0 Answers  


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


Write a program that can show the multiplication table.

0 Answers   Student,


What is a sequential access file?

0 Answers  


Categories