write a “Hello World” program in “c” without using a semicolon?
Answer Posted / bitan
int main(){
if(printf("Hello World")){}
}
| Is This Answer Correct ? | 35 Yes | 4 No |
Post New Answer View All Answers
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
How to explain the final year project as a fresher please answer with sample project
What is enumerated data type in c?
Without Computer networks, Computers will be half the use. Comment.
Write a program to show the change in position of a cursor using c
What is conio h in c?
Differentiate between functions getch() and getche().
what is a constant pointer in C
Is there any possibility to create customized header file with c programming language?
What are the types of type qualifiers in c?
How do we declare variables in c?
Why c is called a mid level programming language?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Explain what is page thrashing?
How can I do peek and poke in c?