how to write hello word without using semicolon at the end?

Answer Posted / rajveer singh rana

#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("Hello world"))
getch();
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1433


Explain what are linked list?

628


Why main is used in c?

594


What is difference between array and structure in c?

583


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1590






hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?

1667


Why is it important to memset a variable, immediately after allocating memory to it ?

1557


Why ca not I do something like this?

593


Can you return null in c?

603


Difference between pass by reference and pass by value?

662


How can you draw circles in C?

631


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2039


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

671


Write a progarm to find the length of string using switch case?

1616


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1596