How will you print “Hello World” without semicolon?
Can we print Hello world without the use of semicolon at the end of printf?
- 4175 Views
- 1 Answers
1 Answers
-
-
- 28 Jul
- 0 Comment
-
- Психологическая помощь при похудении
- What are jump statements in c language?
- Write a program to read the marks of 50 students in a class and display the following:
- Ищу достойного мужчину!
- Is C++ better than C sharp? Explain your answer
- C programming Program to print the Fibonacci series up to n numbers.
- Mention the four important part of looping.
- What is structured programming?
- Лучшие игры 3d на Андроид
- What does it mean to be C ? Why its called C programming?
Practice Mock Test
c programming
#include<stdio.h>br /int main()br /{br /if(printf("helloworld"))br /{br /}br /}