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
show how link list can be used to repersent the following polynomial i) 5x+2
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
How do you list files in a directory?
What is self-referential structure in c programming?
What is wrong in this statement?
What is echo in c programming?
Explain the ternary tree?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
How can I dynamically allocate arrays?
How can I copy just a portion of a string?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain how to reverse singly link list.
What is static function in c?
Not all reserved words are written in lowercase. TRUE or FALSE?