how can we print hellow world programme without using semicolon
Answers were Sorted based on User's Feedback
Answer / akbar
#include<stdio.h>
int main()
{
printf("Hello World
");
return 0;
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rohit kakade
#include<stdio.h>
#include<conio.h>
void main(void)
{
while(printf("HellO")==0)
getch();
}
| Is This Answer Correct ? | 1 Yes | 4 No |
What is the mean of this statement:: if(int i=0 * i=9)
What is an example of enumeration?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Which driver is a pure java driver
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What is assignment operator?
Does c have function or method?
What are the three constants used in c?
Explain about block scope in c?
What is the difference between ++a and a++?
What is use of #include in c?
what is an ERP?