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
What are unions in c?
is it possible to create your own header files?
How many bytes is a struct in c?
What functions are used in dynamic memory allocation in c?
What is "Duff's Device"?
Explain how can I write functions that take a variable number of arguments?
Does sprintf put null character?
What is unary operator?
All technical questions
Are the outer parentheses in return statements really optional?
How do you initialize pointer variables?
What are the main characteristics of c language describe the structure of ac program?
What is the advantage of an array over individual variables?
What is a char in c?
How can you avoid including a header more than once?