How can you print HELLO WORLD without using "semicolon"?
Answer Posted / m.manivel
#include<stdio.h>
int main()
{
switch(printf("hello world!))
return 0;
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is a double c?
What does nil mean in c?
i have a written test for microland please give me test pattern
What is the difference between null pointer and wild pointer?
When should volatile modifier be used?
what are the advantages of a macro over a function?
Write a program to identify if a given binary tree is balanced or not.
What is substring in c?
write a program to print data of 5 five students with structures?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
write a program to print largest number of each row of a 2D array
What is the difference between a function and a method in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Describe the difference between = and == symbols in c programming?