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
What does return 1 means in c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Can you think of a logic behind the game minesweeper.
How do you write a program which produces its own source code as output?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What is sizeof in c?
Does free set pointer to null?
What is extern c used for?
Is stack a keyword in c?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Write a program to print factorial of given number without using recursion?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
How does normalization of huge pointer works?
which type of aspect you want from the student.
What is I ++ in c programming?