How can I make a program in c to print 'Hello' without
using semicolon in the code?
Answer Posted / prashanth
main()
{
if(printf("hello"))
}
| Is This Answer Correct ? | 54 Yes | 9 No |
Post New Answer View All Answers
What is an expression?
what is bit rate & baud rate? plz give wave forms
Write a C program in Fibonacci series.
How can I implement sets or arrays of bits?
What is printf () in c?
What is main () in c language?
How can I remove the trailing spaces from a string?
What is a far pointer in c?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is difference between scanf and gets?
Write a c program to demonstrate character and string constants?
What are near, far and huge pointers?
List out few of the applications that make use of Multilinked Structures?
What does s c mean in text?
What is pass by value in c?