write a “Hello World” program in “c” without using a semicolon?
Answer Posted / manish
int main()
{
if(printf("Hello World"))
}
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
How can I change their mode to binary?
What are the storage classes in C?
What is c basic?
What is a good way to implement complex numbers in c?
How do you determine whether to use a stream function or a low-level function?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What are the preprocessor categories?
How #define works?
What is the purpose of 'register' keyword?
Why do we use null pointer?
What is the symbol indicated the c-preprocessor?
difference between native and cross compilers
What is structure data type in c?