How to print a name "ARCHANA" in any programming language
Answer Posted / ishwari
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
{
cout<<"your namr is arachana";
}
getch();
}
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What are the Short cut Keys of Tally ERP?
what does mean and stack mean in genral programming?
how can i split string in a textbox in windows appication using C#.net
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..
any drawback are there in mantis?
what is throws keyword
how to remove header and footer in jcl using sort utility
how to convert infix expression to prefix expression?
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
What is web.configuration? how is it work? & wht is use this?
how to generate dsnless connectivity in j2ee
what is the difference between Windows application and Unix application?