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 double pointer in c?
What language is lisp written in?
What is function prototype in c language?
What is the use of a ‘’ character?
int i=10; printf("%d %d %d", i, i=20, i);
What is the c value paradox and how is it explained?
What is difference between function overloading and operator overloading?
When can a far pointer be used?
What is c system32 taskhostw exe?
Explain pointers in c programming?
What is variables in c?
Define and explain about ! Operator?
What is malloc and calloc?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Explain modulus operator.