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 computer engg

1 Answers  


What is oops c?

0 Answers  


What is pointer to pointer in c language?

0 Answers  


int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }

2 Answers  


What type is sizeof?

0 Answers  






What is the significance of an algorithm to C programming?

0 Answers  


What is c method?

0 Answers  


consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none

7 Answers   TCS,


what is the difference between postfix and prefix unary increment operators?

3 Answers  


What is meant by recursion?

0 Answers   ADP,


how many argument we can pas in in a function

25 Answers   CTS,


how to write a program which adds two numbers without using semicolon in c

2 Answers  


Categories