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

Difference between goto, long jmp() and setjmp()?

0 Answers   EXL,


write a program to swap two variables a=5 , b= 10 without using third variable

5 Answers  


What is an object?

5 Answers  


A C E G H +B D F A I ------------ E F G H D

1 Answers   Infosys,


How can I sort a linked list?

0 Answers  






What is context in c?

0 Answers  


How can I send mail from within a c program?

0 Answers  


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

3 Answers  


Explain the use of #pragma exit?

0 Answers  


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

0 Answers  


what is difference b/w extern & volatile variable??

6 Answers   Teleca,


Write a program to print "hello world" without using a semicolon?

0 Answers  


Categories