How to print a name "ARCHANA" in any programming language
Answers were Sorted based on User's Feedback
Answer / narendra tata
#include<stdio.h>
main()
{
printf("archana");
}
| Is This Answer Correct ? | 11 Yes | 1 No |
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 |
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 |
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 |
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 |
What are scrubbing procedures in SAS
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
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.
what is technical system, business system, logical system in sap pi7.0
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
Difference between delegates and Events?
< DL Compact > tag is used for
what is mutex?
4 Answers Axiom, Blue Star, SQL Star,
in teradata level primary in table level allows duplicates why?
how many trailing zeroes are there in 100! (100 factorial)?
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)