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


Please Help Members By Posting Answers For Below Questions

What is the difference between mpi and openmp?

1012


When would you use a pointer to a function?

808


What are conditional operators in C?

827


can we implement multi-threads in c.

888


What is static function in c?

855


Why array is used in c?

784


How old is c programming language?

785


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)

1893


how to write optimum code to divide a 50 digit number with a 25 digit number??

3016


What is #pragma statements?

856


What is void main () in c?

954


What is the -> in c?

795


Explain 'bit masking'?

842


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

2806


Is null valid for pointers to functions?

871