What is 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 are keywords c?

0 Answers  


What is the main differences between C and Embedded C?

9 Answers  


Explain the difference between ++u and u++?

0 Answers  


How can I return multiple values from a function?

6 Answers  


How can I find the modification date and time of a file?

0 Answers  






1,1,5,17,61,217,?,?.

3 Answers   Apple,


Difference between exit() and _exit() function?

0 Answers  


If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).

5 Answers   Microsoft, Motorola,


Why is c still so popular?

0 Answers  


i want to have a program to read a string and print the frequency of each character and it should work in turbo c

3 Answers   Persistent, Wipro,


int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?

2 Answers  


Explain b+ tree?

0 Answers  


Categories