How will you print “Hello World” without semicolon?
Can we print Hello world without the use of semicolon at the end of printf?
- 4168 Views
- 1 Answers
1 Answers
-
-
- 28 Jul
- 0 Comment
-
- Who invented C C++ and Java? Explain your answer
- Is C++ better than C sharp? Explain your answer
- What is the difference between C and C++?
- Бесплатные программы
- Why C language is introduced? Explain your answer
- Write a program to read the marks of 50 students in a class and display the following:
- can u define type of pointer ??
- Write a program to store 5 elements in the array P and 3 elements in the array Q.Produce a third array R after joining the array P and Q.Display the resultant array.
- What are jump statements in c language?
- What site is the best video tutorial website for learning C programming?
Practice Mock Test
c programming
#include<stdio.h>br /int main()br /{br /if(printf("helloworld"))br /{br /}br /}