Implement bit Array in C.


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

Post New Answer

More C Interview Questions

What is #pragma statements?

0 Answers  


Can a file other than a .h file be included with #include?

0 Answers   Aspire, Infogain,


write a c program to store and print name,address,roll.no of a student using structures?

7 Answers  


what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);

4 Answers   TCS,


how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,






What is self-referential structure in c programming?

0 Answers  


the data type used for unlimited value in c and how to do this program

1 Answers  


What is nested structure in c?

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  


How can I determine whether a machines byte order is big-endian or little-endian?

0 Answers  


c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16

1 Answers  


What is the use of volatile?

0 Answers  


Categories