Are bit fields portable?


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

Post New Answer

More C Interview Questions

which operator having highest precedence? a.)+ b.)++ c.)= d.)%

4 Answers  


Is register a keyword in c?

0 Answers  


How do I use strcmp?

0 Answers  


what does " calloc" do?

7 Answers   Cadence, Logos,


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

0 Answers   KPIT,






A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

0 Answers  


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

0 Answers  


What is the difference between GETS();AND SCANF();

4 Answers   TCS,


for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


What is self-referential structure in c programming?

0 Answers  


Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;

18 Answers   Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,


What is function pointer c?

0 Answers  


Categories