how can we print hellow world programme without using semicolon
Answer Posted / sreevalli
if (printf("hello world"))
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How will you divide two numbers in a MACRO?
What are the data types present in c?
Write a program to print fibonacci series using recursion?
What is bubble sort in c?
What are operators in c?
Why main function is special give two reasons?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What are the advantages and disadvantages of a heap?
What are formal parameters?
Are global variables static in c?
What are c identifiers?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Are pointers really faster than arrays?
What is a global variable in c?
What is the size of a union variable?