write c program without semicolon
Answer Posted / srikanth
int main()
{
if(printf("hello")
{
}
getch();
}
| Is This Answer Correct ? | 13 Yes | 25 No |
Post New Answer View All Answers
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What are the advantage of c language?
Is exit(status) truly equivalent to returning the same status from main?
what is uses of .net
What is formal argument?
How many types of sorting are there in c?
Why is c still so popular?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Explain how do you determine a file’s attributes?
How can I call a function with an argument list built up at run time?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Why c language?
What is the scope of an external variable in c?
What are header files and what are its uses in C programming?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit