Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What are scrubbing procedures in SAS

1 Answers   IBM,


Hello Experts, What is the difference between move and move corresponding exactly? please post me asap

0 Answers  


qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again

0 Answers  


hai i am prasanna.I am MCA 2009 fresher.tell me about certifications.which certification helps me to improve my carrier and to get a technically oriented job ,which certification helps to get job faster.

0 Answers  


what is technical system, business system, logical system in sap pi7.0

0 Answers   IBM,


could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks

0 Answers  


Difference between delegates and Events?

0 Answers  


< DL Compact > tag is used for

0 Answers  


what is mutex?

4 Answers   Axiom, Blue Star, SQL Star,


in teradata level primary in table level allows duplicates why?

0 Answers   TCS,


how many trailing zeroes are there in 100! (100 factorial)?

5 Answers  


When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)

0 Answers   Yahoo,


Categories