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

How can I manipulate individual bits?

0 Answers  


What is #ifdef ? What is its application?

0 Answers   TCS,


What is the difference between #include <header file> and #include “header file”?

0 Answers  


Why preprocessor should come before source code?

2 Answers  


Can we compile a program without main() function?

0 Answers  






What is the Difference between Class and Struct?

10 Answers   Motorola,


. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

9 Answers   Oracle,


What is structure pointer in c?

0 Answers  


1. Write a c pgm to print 1 to 100 without using loops. 2. Write a c pgm for leap year 3. Write a c pgm fibbonacci series,factorial 4. Write a c pgm count no of lines , blanks, tabs in a para(File concept) 5. Write a c pgm to print the letter as per given condition i.e.. if u give 4 out put should b 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6.how do get the o/p in number from 1 to 100 in the screen without using control statement? 7. who do u print the word "hello world" without using "printf" statement? 8. write sql program to get the detail of student in a class? Definitions: structure union arrays linkedlist macros directives difference b/w pre processorsDiffrence: 1.Constructors and destructors 2.Structure and Union 3.Array and Lists 4.pre processor... 5. Privillages in C++ 6.structure and union 7.break and continue 8.while and dowhile Pgm..

3 Answers  


What are derived data types in c?

0 Answers  


what is the format specifier for printing a pointer value?

0 Answers  


Why c language is called c?

0 Answers  


Categories