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
Why isnt there a numbered, multi-level break statement to break out
What is pragma in c?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
How can type-insensitive macros be created?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is 1f in c?
What are pragmas and what are they good for?
Explain what is a static function?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Which function in C can be used to append a string to another string?
application attempts to perform an operation?
What are variables c?
What is #line?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none