How will you print “Hello World” without semicolon?
Can we print Hello world without the use of semicolon at the end of printf?
- 4166 Views
- 1 Answers
1 Answers
-
-
- 28 Jul
- 0 Comment
-
- C programming Program to print the Fibonacci series up to n numbers.
- Why C language is introduced? Explain your answer
- What are preprocessor directives in c language?
- 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.
- How will you print numbers from 1 to 100 without using loop?
- Is C++ better than C? Explalain your answer
- How to dynamically allocate a 2D array in C?
- The best CBD for Life
- What is the difference between C and C++?
- What is structured programming?
Practice Mock Test
c programming
#include<stdio.h>br /int main()br /{br /if(printf("helloworld"))br /{br /}br /}