How can you print HELLO WORLD without using "semicolon"?
Answer Posted / anuj shukla
#include<stdio.h>
void main()
{
if(printf("helloworld"))
{
}
}
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
How are structure passing and returning implemented?
What is abstract data structure in c?
How can I find the modification date of a file?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What are the ways to a null pointer can use in c programming language?
What are data structures in c and how to use them?
What is wild pointer in c with example?
What does emoji p mean?
List the different types of c tokens?
What does 1f stand for?
What are the 5 types of organizational structures?
What is a char c?
What is a floating point in c?
can we change the default calling convention in c if yes than how.........?
Explain the difference between getch() and getche() in c?