write a “Hello World” program in “c” without using a semicolon?
Answer Posted / saranya
int main()
{
if(printf("Hello world"))
{
}
}
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
what is reason of your company position's in india no. 1.
Discuss the function of conditional operator, size of operator and comma operator with examples.
How do you define structure?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What does & mean in scanf?
Write a program to print “hello world” without using semicolon?
What are the different categories of functions in c?
What is stack in c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Describe the steps to insert data into a singly linked list.
What is the sizeof () operator?
Why is void main used?
Combinations of fibanocci prime series
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
how to print the character with maximum occurence and print that number of occurence too in a string given ?