What is a loop?


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

Post New Answer

More C Interview Questions

while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

0 Answers  


What is 2 d array in c?

0 Answers  


What is a const pointer in c?

0 Answers  


how 2 compile & execute c program with out using editor?

2 Answers   HP,


What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.

11 Answers   TCS,






15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?

1 Answers  


What is the purpose of void in c?

0 Answers  


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


how c source file in converted to exe file

5 Answers   KPIT,


Why array starts with index 0

2 Answers  


True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type

7 Answers  


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


Categories