How can I make a program in c to print 'Hello' without
using semicolon in the code?
Answer Posted / akash dibya
{
if(printf("Hello"))
{
\*blank*\
}
}
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
List out few of the applications that make use of Multilinked Structures?
Why is c faster?
List the difference between a "copy constructor" and a "assignment operator"?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is the advantage of a random access file?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
How can I sort more data than will fit in memory?
What is formal argument?
Explain what are its uses in c programming?
Why header files are used?
What does main () mean in c?
How can I sort a linked list?
Can we declare a function inside a function in c?
What is string length in c?
What is the correct declaration of main?