print ur name without using any semicolon in c/c++....
Answer Posted / g.rajitha
#include<iostream.h>
void main()
{
if(cout<<RAJITHA){}
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is difference between union and structure in c?
What are derived data types in c?
How can you determine the size of an allocated portion of memory?
What is null in c?
What is the best way to comment out a section of code that contains comments?
Explain what is a 'locale'?
write a programming in c to find the sum of all elements in an array through function.
How is a macro different from a function?
What are different storage class specifiers in c?
How can I write a function that takes a format string and a variable number of arguments?
What does dm mean sexually?
When is a void pointer used?
What does *p++ do?
What is exit() function?
Should I learn c before c++?