How to print "Hi World" without using semi colon?
Answer Posted / manoj singh
void main()
{
clrscr();
if(printf(""HI World""))
getch();
}
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Describe dynamic data structure in c programming language?
How can I write functions that take a variable number of arguments?
will u please send me the placement papers to my mail???????????????????
What is difference between class and structure?
Why isnt any of this standardized in c?
Calculate 1*2*3*____*n using recursive function??
Explain bit masking in c?
How can you find the exact size of a data type in c?
If errno contains a nonzero number, is there an error?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Explain is it valid to address one element beyond the end of an array?
Wt are the Buses in C Language
Explain data types & how many data types supported by c?
what is recursion in C
List some of the static data structures in C?