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

Answer Posted / jithneder palle

int main(void)
{
if(printf("hello world"))
}

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a rvalue?

960


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

2091


What are external variables in c?

782


List some of the dynamic data structures in C?

1013


Why do we use pointer to pointer in c?

816


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

867


What are Macros? What are its advantages and disadvantages?

872


What are the types of variables in c?

783


Is c++ based on c?

847


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2305


What is the size of enum in c?

847


Is null always defined as 0(zero)?

827


Explain the use of fflush() function?

857


Explain what is a 'locale'?

804


What is scope and lifetime of a variable in c?

788