Write a program to print “hello world” without using semicolon?


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

Post New Answer

More C Interview Questions

What is the best way to comment out a section of code that contains comments?

0 Answers  


Do character constants represent numerical values?

0 Answers  


How to convert decimal to binary in C using recursion??

4 Answers   HP, IBM,


What is scanf_s in c?

0 Answers  


write a program structure to find average of given number

1 Answers  


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


Is this program statement valid? INT = 10.50;

0 Answers  


Does * p ++ increment p or what it points to?

0 Answers  


what is develop in c language

2 Answers  


Is stack a keyword in c?

0 Answers  


What is difference between union and structure in c?

0 Answers  


What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);

3 Answers   Bosch,


Categories