How will you print “Hello World” without semicolon?
Can we print Hello world without the use of semicolon at the end of printf?
- 4167 दृश्य
- 1 उत्तर
1 उत्तर
-
-
- 28 जुलाई
- 0 टिप्पणी
-
- Write a program to read the marks of 50 students in a class and display the following:
- How to dynamically allocate a 2D array in C?
- What is the eligibility criteria for cracking the C Progamming Exam 2018?
- What are the best books for C Programming preparations?
- Ищу достойного мужчину!
- Can someone explain the concept of pre and post increment in C?
- Should I learn C before C++? Explain your answer
- What is structured programming?
- What are jump statements in c language?
- Left Shift and Right Shift Operators in C
मॉक परीक्षण अभ्यास के लिए
c programming
#include<stdio.h>br /int main()br /{br /if(printf("helloworld"))br /{br /}br /}