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


Please Help Members By Posting Answers For Below Questions

Write a shell program to test whether a given year is leap year or not ?

2252


What is the entry point function of a DLL?

615


Write a program to reverse a number?

653


What are two of your strengths that you will bring to our QA/testing team?

1634


how we can know the funcions available in a class recording java?

1746






shall we execute our java programmes in jre

1756


What is BASIS

1661


What r the attributes using in Win Runner?

1944


3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....

1665


Definition of Singleton Class? what is the Purpose of it? what is the advantage?

1588


EXPLAIN UNARY OPEARATORS

1799


Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach

1409


Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?

1575


how to work search engine? plz detail answer me.

1485


Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile

1480