How can I make a program in c to print 'Hello' without
using semicolon in the code?
Answer Posted / arvind kumar
int main()
{
while(printf("Arvind kumar C-DAC"))
{
}
return 0;
}
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Why malloc is faster than calloc?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is the use of in c?
Explain what are run-time errors?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is 1f in c?
What's a good way to check for "close enough" floating-point equality?
What is meant by operator precedence?
Explain what is a const pointer?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
How can I access an I o board directly?
What is #include stdio h?
What are volatile variables in c?
What is operator precedence?
which is an algorithm for sorting in a growing Lexicographic order