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
How many types of operators are there in c?
What are external variables in c?
find the sum of two matrices and WAP for it.
What is a c token and types of c tokens?
is it possible to create your own header files?
Write a program of advanced Fibonacci series.
Where we use clrscr in c?
State two uses of pointers in C?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is the advantage of c?
What is the difference between int main and void main?
Difference between exit() and _exit() function?
Are the expressions * ptr ++ and ++ * ptr same?
Do character constants represent numerical values?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above