write a “Hello World” program in “c” without using a semicolon?
Answer Posted / mahesh
#include<stdio.h>
void main()
{
if(printf("Hello World"))
{
}
}
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to write a code for reverse of string without using string functions?
what is reason of your company position's in india no. 1.
Why is c still so popular?
Why do we write return 0 in c?
What are 3 types of structures?
What is malloc and calloc?
What is the difference between local variable and global variable in c?
Explain why C language is procedural?
Tell me what is null pointer in c?
What are the types of c language?
How are pointers declared in c?
what is recursion in C
What is structure data type in c?
What does sizeof function do?
Explain how can I remove the trailing spaces from a string?