How can I make a program in c to print 'Hello' without
using semicolon in the code?
Answer Posted / jaya prakash
int main()
{
if(printf("Hello"))
{
//Null statement
}
}
| Is This Answer Correct ? | 51 Yes | 3 No |
Post New Answer View All Answers
What is difference between %d and %i in c?
What are variables c?
How do you convert strings to numbers in C?
what are the facialities provided by you after the selection of the student.
List the difference between a While & Do While loops?
What are qualifiers and modifiers c?
program to convert a integer to string in c language'
What is function what are the types of function?
Is it cc or c in a letter?
What is clrscr ()?
How would you rename a function in C?
Why we not create function inside function.
If null and 0 are equivalent as null pointer constants, which should I use?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
How do you generate random numbers in C?