Write a program to print "hello world" without using a semicolon?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Can you think of a logic behind the game minesweeper.

0 Answers  


In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


What are pointers? Why are they used?

0 Answers  


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

0 Answers   Microsoft,


Code for calculating square root without using library function, of math.h

4 Answers   IBM,






How can I write functions that take a variable number of arguments?

0 Answers  


WAP – represent a char in binary format

4 Answers   Motorola, Wipro,


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?

7 Answers   AMCAT, HCL, Ramco, Zycus Infotech,


Are pointers really faster than arrays?

0 Answers  


WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"

3 Answers  


Explain how can you avoid including a header more than once?

0 Answers  


write a “Hello World” program in “c” without using a semicolon?

9 Answers   CTS, TCS, Wipro,


Categories