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 |
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
How can I delete a file?
to find the program of matrix multiplication using arrays
what are the difference between ANSI C and Let Us c and Turbo C
What is a class c rental property?
Explain About fork()?
What is the -> in c?
write a program that finds the factorial of a number using recursion?
Why do we use int main?
Write a program to swap two numbers without using the third variable?
what is the format specifier for printing a pointer value?
How is a structure member accessed?