How can I make a program in c to print 'Hello' without
using semicolon in the code?
Answer Posted / akash dibya
{
if(printf("Hello"))
{
\*blank*\
}
}
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
The statement, int(*x[]) () what does in indicate?
Is c easy to learn?
What is character constants?
Explain how do you search data in a data file using random access method?
What is the use of volatile?
What is meant by keywords in c?
Write a program to check prime number in c programming?
What is 1f in c?
What is string concatenation in c?
What does it mean when a pointer is used in an if statement?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is meant by realloc()?
Write a code of a general series where the next element is the sum of last k terms.
Can a pointer be null?
How are 16- and 32-bit numbers stored?