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

What is the use of #include in c?

0 Answers  


how to return 1000 variables from functio9n in c?plz give me code also

6 Answers  


What is the difference between null pointer and the void pointer?

3 Answers  


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

2 Answers   Cap Gemini, HCL,


What is string in c language?

0 Answers  


What is C++

4 Answers  


Where is volatile variable stored?

0 Answers  


What is return type in c?

0 Answers  


Explain what are global variables and explain how do you declare them?

0 Answers  


in malloc and calloc which one is fast and why?

1 Answers  


Which of these functions is safer to use : fgets(), gets()? Why?

0 Answers  


Explain the difference between call by value and call by reference in c language?

0 Answers  


Categories