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
What is a rvalue?
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
What are external variables in c?
List some of the dynamic data structures in C?
Why do we use pointer to pointer in c?
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
What are Macros? What are its advantages and disadvantages?
What are the types of variables in c?
Is c++ based on c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is the size of enum in c?
Is null always defined as 0(zero)?
Explain the use of fflush() function?
Explain what is a 'locale'?
What is scope and lifetime of a variable in c?