how can we print hellow world programme without using semicolon
Answer Posted / rohit kakade
#include<stdio.h>
#include<conio.h>
void main(void)
{
while(printf("HellO")==0)
getch();
}
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the difference between procedural and functional programming?
What is switch in c?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What kind of structure is a house?
What is oops c?
Explain enumerated types.
Why c is procedure oriented?
Does c have circular shift operators?
How is null defined in c?
Explain heap and queue.
Explain built-in function?
Explain what is the difference between functions getch() and getche()?
What is a static variable in c?
Which of these functions is safer to use : fgets(), gets()? Why?
What is 1d array in c?