How can you print HELLO WORLD without using "semicolon"?

Answer Posted / vinita khandavi

#include(stdio.h)
// Develped by vinita
void main()
{
if(printf("Hello world"))
{
}
}

Is This Answer Correct ?    32 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is equivalent to ++i+++j?

644


Explain what is a 'locale'?

585


In C language what is a 'dangling pointer'?

640


What is calloc()?

629


code for quick sort?

1622






What is a void pointer in c?

609


How the c program is executed?

632


Write a program to swap two numbers without using the third variable?

598


Not all reserved words are written in lowercase. TRUE or FALSE?

720


In C programming, what command or code can be used to determine if a number of odd or even?

624


What is nested structure in c?

614


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1518


What does node * mean?

714


How are 16- and 32-bit numbers stored?

725


Why use int main instead of void main?

599