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 a rvalue?

0 Answers   Global Logic,


print the palindrome numbers in between 0 to n

1 Answers  


Describe wild pointers in c?

0 Answers  


Is it possible to pass an entire structure to functions?

0 Answers  


wat s the meaning of (int *)p +4;

2 Answers  


What are the different types of errors?

0 Answers  


Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv

6 Answers   Accenture,


Explain the term printf() and scanf() used in c language?

0 Answers  


biggest of two no's with out using if condition statement

5 Answers  


What does malloc () calloc () realloc () free () do?

0 Answers  


Is Exception handling possible in c language?

0 Answers   Wipro,


#include <stdio.h> int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks

9 Answers   Excel,


Categories