How will you print “Hello World” without semicolon?
Can we print Hello world without the use of semicolon at the end of printf?
- 4199 दृश्य
- 1 उत्तर
1 उत्तर
-
-
- 28 जुलाई
- 0 टिप्पणी
-
- What site is the best video tutorial website for learning C programming?
- 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 is the eligibility criteria for cracking the C Progamming Exam 2018?
- C programming Program to print the Fibonacci series up to n numbers.
- Why C language is introduced? Explain your answer
- What is C used for? Explain your answer
- What is C programing? Explain your answer
- Difference between ++*p, *p++ and *++p
- What is structured programming?
मॉक परीक्षण अभ्यास के लिए
c programming
#include<stdio.h>br /int main()br /{br /if(printf("helloworld"))br /{br /}br /}