How can I make a program in c to print 'Hello' without
using semicolon in the code?
Answer Posted / rosaiah
int main()
{
if(printf("hello"))
{
\* blank*\
}
}
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what value is returned to operating system after program execution?
What is the use of ?: Operator?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is a structure and why it is used?
Stimulate calculator using Switch-case-default statement for two numbers
Why we use stdio h in c?
How many levels of pointers can you have?
How to throw some light on the b tree?
Define Spanning-Tree Protocol (STP)
program for reversing a selected line word by word when multiple lines are given without using strrev
What are the types of arrays in c?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What is an lvalue in c?
Can a program have two main functions?
What is a loop?