How will you print “Hello World” without semicolon?
Can we print Hello world without the use of semicolon at the end of printf?
- 4193 Views
- 1 Answers
1 Answers
-
-
- 28 Jul
- 0 Comment
-
- What does a person require to opt C programming as a career?
- Can someone explain the concept of pre and post increment in C?
- What does it mean to be C ? Why its called C programming?
- Why C language is introduced? Explain your answer
- Explain the difference between while loop and do-while loop.
- Программы и игры для Андроид телефона
- 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 site is the best video tutorial website for learning C programming?
- What is C programing? Explain your answer
- Is C++ better than C sharp? Explain your answer
Practice Mock Test
c programming
#include<stdio.h>br /int main()br /{br /if(printf("helloworld"))br /{br /}br /}