for(;;)
printf("C language")
What is out put of above??
Answers were Sorted based on User's Feedback
Answer / himanshu rajput
it will go infinitely,produce c language infinite time.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / anilsn
compilation error, ; should be at the end of printf
| Is This Answer Correct ? | 1 Yes | 1 No |
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
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
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.?
Will Macros support multiple arguments ?
How do you declare a variable that will hold string values?
What is the mean of this statement:: if(int i=0 * i=9)
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
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
Tell me the use of bit field in c language?
What are the rules for identifiers in c?
How do I swap bytes?