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
Why do we use c for the speed of light?
What is 1d array in c?
Are pointers integer?
What is the difference between %d and %i?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Differentiate Source Codes from Object Codes
What is stack in c?
i got 75% in all semester am i eligible for your company
Explain what is the benefit of using enum to declare a constant?
What is static and auto variables in c?
What is #include cctype?
When should you not use a type cast?
What is the benefit of using #define to declare a constant?
What is the difference between text files and binary files?
write a program to find the given number is prime or not