How can I make a program in c to print 'Hello' without
using semicolon in the code?
Answer Posted / madhu
int main()
{
if(printf("Hello"))
{
}
}
Answer 2nd is correct;
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
Why is struct padding needed?
how many key words availabel in c a) 28 b) 31 c) 32
What is the difference between c and python?
Dont ansi function prototypes render lint obsolete?
Explain high-order and low-order bytes.
What is union in c?
What does c in a circle mean?
What is meant by type specifiers?
How can I do peek and poke in c?
What is static function in c?
why programs in c are running with out #include
What are the various types of control structures in programming?
Implement bit Array in C.
Do you know the difference between exit() and _exit() function in c?
Is c pass by value or reference?