How can you print HELLO WORLD without using "semicolon"?
Answer Posted / vinita khandavi
#include(stdio.h)
// Develped by vinita
void main()
{
if(printf("Hello world"))
{
}
}
| Is This Answer Correct ? | 32 Yes | 17 No |
Post New Answer View All Answers
Which is an example of a structural homology?
What is the general form of #line preprocessor?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Explain the difference between exit() and _exit() function?
Explain what does the function toupper() do?
Do pointers store the address of value or the actual value of a variable?
What is the difference between the expression “++a” and “a++”?
Why isn't it being handled properly?
Do you know the use of fflush() function?
When should you not use a type cast?
Does c have function or method?
explain how do you use macro?
What is switch in c?
What is f'n in math?
What are shell structures used for?