print ur name without using any semicolon in c/c++....

Answer Posted / kumutha

#include<stdio.h>
void main()
{
if(printf("kumutha"))
}

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between abs() and fabs() functions?

893


What is a const pointer in c?

901


What is wrong with this initialization?

806


write a program fibonacci series and palindrome program in c

833


What is keyword in c?

809


What is identifiers in c with examples?

917


Which is better malloc or calloc?

891


What is the heap in c?

866


What will be the outcome of the following conditional statement if the value of variable s is 10?

1072


explain what are pointers?

816


What is unary operator?

883


What is the difference between mpi and openmp?

1042


What is the modulus operator?

966


What is a pointer and how it is initialized?

860


What is difference between function overloading and operator overloading?

893