the statement while(i) puts the entire logic in loop. this loop is called

a) indefinite loop

b) definite loop

c) loop syntax wrong

d) none of the above


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

Post New Answer

More C Interview Questions

Is there any demerits of using pointer?

0 Answers  


Explain how can you tell whether a program was compiled using c versus c++?

0 Answers  


What is Your Name :)

1 Answers  


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


What is the difference between getch() and getche()?

1 Answers   NSPL,






Is this program statement valid? INT = 10.50;

0 Answers  


what defference between c and c++ ?

6 Answers  


Write a program of prime number using recursion.

0 Answers   Aspiring Minds,


What are nested functions in c?

0 Answers  


What are near, far and huge pointers?

0 Answers   Hexaware, Thomson Reuters, Virtusa,


c program to input values in a table(using 2D array) and print odd numbers from them

1 Answers  


difference between semaphores and mutex?

1 Answers  


Categories