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
Is a house a mass structure?
How many levels deep can include files be nested?
What is the use of sizeof?
What is advantage of pointer in c?
List some basic data types in c?
What does %d do?
What are the different types of endless loops?
What is malloc and calloc?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
How can I handle floating-point exceptions gracefully?
How can I get back to the interactive keyboard if stdin is redirected?
What is the return type of sizeof?
What is the symbol indicated the c-preprocessor?
What is the difference between āgā and āgā in C?