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
Write a program which returns the first non repetitive character in the string?
What is the difference between break and continue?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Can i use “int” data type to store the value 32768? Why?
In C language, a variable name cannot contain?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is the function of this pointer?
How main function is called in c?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is the difference between far and near ?
Why is main function so important?
What is merge sort in c?
How can I write functions that take a variable number of arguments?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none