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

Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.

0 Answers  


Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?

0 Answers   Amazon,


A, B and C are 8 bit nos. They are as follows: A 1 1 0 1 1 0 1 1 B 0 1 1 1 1 0 1 0 C 0 1 1 0 1 1 0 1 Find ( (A-B) u C )=? how to solve this need with steps

5 Answers   TCS,


what is the difference between set and append?

3 Answers   ICICI,


what is the similarity between networking devices?

0 Answers   Cygnus, Infosys,






what is adodb??y it is used for connection of V.B and access??what is ado?dao?

0 Answers   TCS,


It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?

0 Answers   Honeywell,


what is the software to run the GSM gate opener program

0 Answers  


2. What do you mean by DHCP?

1 Answers  


V2 SOLUTIONS APTI paper is very easy there are 3 sections 1'st is quant problem on age train traveling speed is given length of train is given we have to find out length of bridge then prob on calender one date is given on Friday hv to find out day of othe date ans is Friday then there was 1 prob on percentage which was very easy ans was 21340 then 2’nd section was english grammer had has been being like that hv to fill in the blanks was very wasy then last section was find relative words there was five Q 1 pant ANS:-breath 2inquire ans :- ask And 3 more out of that 1 ‘s ans was:- body 4 And others ans was :-through THEN THEY HAVE GD There was three topics 1 should we allow india’s talent to go to abrod 2 protest against seperate state is justify 3 inturuption of politics in cricket Thats all guys i cleared both the rounds now preparing 4 interview best of luck

0 Answers   V2 Solutions,


Can we write a method in JSP.If so how?

0 Answers   HCL,


What is the first message line that any language learning prints on the screen? and why?

0 Answers  


Categories