What are keywords in c with examples?


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

Post New Answer

More C Interview Questions

array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}

12 Answers   Google, Motorola,


Do array subscripts always start with zero?

0 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


what is data structure

5 Answers   Maveric, TCS,


what is difference between overriding and overloading?

1 Answers  






a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

0 Answers  


What are structures and unions? State differencves between them.

0 Answers   iNautix,


What is a memory leak in structures? How can we rectify that?

2 Answers  


how to print this sereis 2 4 3 6 5..........?

3 Answers  


can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...

11 Answers   CTS, Indian Navy, L&T, Microsoft, SSB, TCE, TCS,


how to construct a simulator keeping the logical boolean gates in c

0 Answers  


what is the use of pointers

6 Answers   Adobe, GrapeCity,


Categories