How to print a name "ARCHANA" in any programming language

Answer Posted / guest

#include<iostream.h>
#include<conio.h>
void main()
clrscr();
{
cout<<"your namr is arachana";
}
getch();
}

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming

11132


how do i create my own exception class which will restrict IO exception?

2303


how sap is different from other software ?

1665


Display names and numbers of employees who have 5 years or more experience and  salary less than Rs.15000 using array of structures (name, number, experience and  salary)

4304


Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.

593






in IBM PC -AT.WAT AT REFERS TO?

1430


hi..this is kartheek..complted mca in 2009..but i dont have knowledge in programing..but to learn new language.. which one is suitable for me?is SAP or IBM mainframes is suitable for me..?if it suits how much will it costs..?pls answer...

1551


Write a pascal program to calculate the sum of the first 100 even number and odd number

3969


Find out the roles which gives access to all tables in SAP? Thanks in advance.

1564


Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.

2085


shall we execute our java programmes in jre

1762


Q1.Write a C program which asks the user for a number between 1 to 9 and shows the  number. If the user inputs a number out of the specified range, the program should  show an error and prompt the user for a valid input.

2279


what are stubs related to foxpro?

1665


For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?

3195


When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain

1415