Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 are the commands should be given before weiting C Program i.e, Cd.. like

4 Answers   IBM, Infonet, Satyam, Tech Mahindra,


Write programs for String Reversal & Palindrome check

0 Answers   TISL,


10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

5 Answers   Accenture,


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

0 Answers   Infosys,


Will Macros support multiple arguments ?

7 Answers   Oracle,


How do you declare a variable that will hold string values?

0 Answers  


What is the mean of this statement:: if(int i=0 * i=9)

2 Answers   HCL,


Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......

2 Answers  


write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix

0 Answers  


Tell me the use of bit field in c language?

0 Answers  


What are the rules for identifiers in c?

0 Answers  


How do I swap bytes?

0 Answers  


Categories