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

What is out put of above??

Answer Posted / himanshu rajput

it will go infinitely,produce c language infinite time.

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between malloc calloc and realloc in c?

649


What is indirection?

653


What are lookup tables in c?

550


Is that possible to add pointers to each other?

904


What are pointers? Why are they used?

632






Explain what is gets() function?

633


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

1906


How do you redirect a standard stream?

626


What are the similarities between c and c++?

600


Do pointers store the address of value or the actual value of a variable?

610


Is that possible to store 32768 in an int data type variable?

692


Where define directive used?

607


what is the structure pointer?

1644


What is the difference between printf and scanf in c?

752


What is the difference between void main and main in c?

626