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

Which tag is used to create table row

2 Answers  


THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING

0 Answers   Wipro,


what is different betweet class and interface in java?

2 Answers   Microsoft, Sun Microsystems,


sample and simple coding where we get?

0 Answers   IBM,


10.Define filters,binary to hexadecimal,hexadecimal to decimal?

0 Answers  


merge sort time complexity

6 Answers   BFL, CDAC, IBM, Jawaharlal Nehru Technological University JNTU,


how many keywords are present in "c"?

18 Answers   Assurgent, Cynosure Software, IBM,


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 client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?

0 Answers  


Have you used callsymputx? what points need to be kept in mind when using it?

0 Answers   GE,


Question:Why is mapping required? Computer 'Paging' & 'Segmentation'. Question:Give the disadvantages of Havander's Strategies. Question: What do you mean by Belady's Anomaly. - Describe with example. Question: Discuss the various function of OS. Question: Give a brief discussion on schedulers & Dispatchers with respect to process management.

0 Answers  


What is std::auto_ptr?

1 Answers   Amazon,


Categories