how is the examination pattern?


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

Post New Answer

More C Interview Questions

Explain what is meant by 'bit masking'?

0 Answers  


C passes By value or By reference?

5 Answers   Geometric Software, Infosys,


Why do we write return 0 in c?

0 Answers  


Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error

8 Answers   IBM,


Difference between pass by reference and pass by value?

0 Answers   TCS, TISL,






What is calloc in c?

0 Answers  


How many identifiers are there in c?

0 Answers  


Is c dynamically typed?

0 Answers  


Why is c so important?

0 Answers  


Can you please explain the difference between exit() and _exit() function?

0 Answers  


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5

8 Answers   Infosys,


Categories