for(;;)
printf("C language")

What is out put of above??

Answers were Sorted based on User's Feedback



for(;;) printf("C language") What is out put of above??..

Answer / himanshu rajput

it will go infinitely,produce c language infinite time.

Is This Answer Correct ?    11 Yes 1 No

for(;;) printf("C language") What is out put of above??..

Answer / anilsn

compilation error, ; should be at the end of printf

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Interview Questions

What is meaning of tree

0 Answers  


What are extern variables in c?

0 Answers  


what is mean by Garbage collection ? Please answer me. Advance thanks.

4 Answers   Excel,


What are void pointers in c?

0 Answers  


what do the 'c' and 'v' in argc and argv stand for?

0 Answers   TISL,






How would you print out the data in a binary tree, level by level, starting at the top?

6 Answers   Amazon, Microsoft,


how to print value of e(exp1)up to required no of digits after decimal?

1 Answers  


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

2 Answers  


What will be your course of action for a push operation?

0 Answers  


what is the return type of printf

3 Answers  


1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?

1 Answers  


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

0 Answers  


Categories