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

Explain what is OOPS and its concepts?

1 Answers   BirlaSoft,


Data Structure:  How many comparisons are necessary to find the largest and smallest of a set of n distinct elements?  

0 Answers   Student,


converting 41.685 to binary

1 Answers   Hughes,


5. Which of the following can you do with DB2 Express- C? Query databases with SQL Query databases with XML using XQuery and XPath Use SQL in Xquery and Xquery in SQL All of the above

1 Answers  


2. What do you mean by DHCP?

1 Answers  


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

2 Answers  


what is web configuration file

1 Answers   HCL,


the channel in the data communication model can be? option a.postal mail serv. b telephon lines c.radio signals d. all the above

2 Answers   iNautix, National Investment Commission,


Tell me the jobs for the MCA Fresher in delhi, Noida..

1 Answers  


what is class module in vb6? what it's use? with example..

0 Answers  


how can we get version of database ?

1 Answers  


Artficial language is provided which of the language?

3 Answers   Geometric Software,


Categories