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

Answers were Sorted based on User's Feedback



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

Answer / narendra tata

#include<stdio.h>
main()
{
printf("archana");
}

Is This Answer Correct ?    11 Yes 1 No

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

Answer / guest

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

Is This Answer Correct ?    7 Yes 2 No

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

Answer / ishwari

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

Is This Answer Correct ?    6 Yes 2 No

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

Answer / padma

Using a print statement in any programming language try
printing a given name.

Is This Answer Correct ?    2 Yes 0 No

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

Answer / rohit

#include<stdio.h>
#include<conio.h>
void main()
{
int n;
printf("my name is "ARCHANA"");
scanf("%d",&n);
getch();
}

Is This Answer Correct ?    4 Yes 3 No

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

Answer / t chinna shareef

SQL>set serveroutput on;
SQL>begin
2 dbms_output.put_line("ARCHANA");
3 end;
4 /

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Programming Languages AllOther Interview Questions

Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage

0 Answers   TCS,


What is the difference between CLEAR & RESET and OPEN & CLOSE OPCOEDS(USING RPG/400).wheare we can use this?can any body tell me in real time senario with example please?

0 Answers  


what is difference between kpo and it industry? that is in terms of work, package etc

0 Answers  


what is page hit in operating system?

5 Answers   TCS,


difference between list and display command ?

3 Answers  






When you?re running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?

2 Answers   BirlaSoft,


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

0 Answers   Cognizant,


Create a class TicTacToe that will enable you to write a complete program to play the game of Tic-Tac-Toe. The class contains as private data a 3- by-3 double array of integers. The constructor should initialize the empty board to all zeros. Allow two human players. Wherever the first player moves, place a 1 in the specified square; place a 2 wherever the second player moves. Each move must be to an empty square. After each move determine whether the game has been won and whether the game is a draw. If you feel ambitious, modify your program so that the computer makes the moves for one of the players automatically. Also, allow the player to specify whether he or she wants to go first or second. If you feel exceptionally ambitious, develop a program that will play three-dimensional Tic-Tac-Toe on a 4-by-4-by-4

2 Answers  


the systematic access of small computers in a distributed data processing system is referred as?

0 Answers   Mphasis,


I would like to know which institute in hyderabad provides best ms-dot net training along with a project. I want to join immediately. please help

2 Answers  


how to convert hashmap to arraylist with iteration

0 Answers   DFD,


in a company 30% are supervisors and 40% employees are male if 60% of supervisors are male. what is the probability that a randomly choosen employee is a male or female?need steps to solve this?

1 Answers   TCS,


Categories