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
What is the difference between abs() and fabs() functions?
What is a const pointer in c?
What is wrong with this initialization?
write a program fibonacci series and palindrome program in c
What is keyword in c?
What is identifiers in c with examples?
Which is better malloc or calloc?
What is the heap in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
explain what are pointers?
What is unary operator?
What is the difference between mpi and openmp?
What is the modulus operator?
What is a pointer and how it is initialized?
What is difference between function overloading and operator overloading?