write a “Hello World” program in “c” without using a semicolon?
Answer Posted / mahesh
#include<stdio.h>
void main()
{
if(printf("Hello World"))
{
}
}
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Who is the main contributor in designing the c language after dennis ritchie?
What is a pointer in c?
explain what is an endless loop?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What do you mean by dynamic memory allocation in c?
What are the advantages and disadvantages of pointers?
All technical questions
What are the different file extensions involved when programming in C?
How can I ensure that integer arithmetic doesnt overflow?
What is wrong with this declaration?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What are the Advantages of using macro
What is difference between union All statement and Union?
Why calloc is better than malloc?