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
What is the difference between mpi and openmp?
When would you use a pointer to a function?
What are conditional operators in C?
can we implement multi-threads in c.
What is static function in c?
Why array is used in c?
How old is c programming language?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
how to write optimum code to divide a 50 digit number with a 25 digit number??
What is #pragma statements?
What is void main () in c?
What is the -> in c?
Explain 'bit masking'?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Is null valid for pointers to functions?