How can you print HELLO WORLD without using "semicolon"?
Answer Posted / spicy
#include<stdio.h>
void main()
{
if(printf("HELLO WORLD"))
getch();
}
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
How can I change the size of the dynamically allocated array?
write a program to find out prime number using sieve case?
Explain what are global variables and explain how do you declare them?
How can I access an I o board directly?
Write a C program to count the number of email on text
how we can make 3d venturing graphics on outer interface
Can the “if” function be used in comparing strings?
What is a 'null pointer assignment' error?
How many levels deep can include files be nested?
what are # pragma staments?
What is the use of putchar function?
to find the closest pair
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What is 2c dna?