how to write hello word without using semicolon at the end?
Answer Posted / vikas
int main(void)
{
if(printf("hello world"))
}
Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
How do I convert a string to all upper or lower case?
What are volatile variables in c?
What is realloc in c?
What are types of preprocessor in c?
How can you restore a redirected standard stream?
What are different types of pointers?
Define and explain about ! Operator?
Write a program on swapping (100, 50)
What is stack in c?
What is your stream meaning?
How would you rename a function in C?
Are c and c++ the same?
Can a pointer point to null?
What are different types of operators?
How #define works?