How will you print “Hello World” without semicolon?
Can we print Hello world without the use of semicolon at the end of printf?
- 4177 Views
- 1 Answers
1 Answers
-
-
- 28 Jul
- 0 Comment
-
- Short circuit logical operators used in C language.
- Explain the difference between while loop and do-while loop.
- Who invented C C++ and Java? Explain your answer
- What does it mean to be C ? Why its called C programming?
- Left Shift and Right Shift Operators in C
- What is difference between C C++ and Java?
- What does a person require to opt C programming as a career?
- How to dynamically allocate a 2D array in C?
- What are storage classes in C language?
- What is the eligibility criteria for cracking the C Progamming Exam 2018?
Practice Mock Test
c programming
#include<stdio.h>br /int main()br /{br /if(printf("helloworld"))br /{br /}br /}