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 is web service in java? have u use before.
Why COBOL/400 is giving 95 session error when opening a file even though the file is having key and the screen or display file is having IND ARA defined?
I am taking the bmc control m/enterprise manager 7.0 scheduling test and just wanted to see what kind of questions they would ask or if anyone has taken the test and how long it is for how many questions?
what is the difference between a namespace and assembly ?
Explain with examples any 2 features of OOPS.
0 Answers Tavant Technologies, Verifone,
Any real time example of O2C process from taking order till creating invoice.
why we use abstract in awt?
why not instantiating servet using new operator?
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
My Qualification is MCA.My interview is on 5th may.They may ask q as------AS u r MCA...Why u r not tring anywhere else? What can be the ans?
0 Answers State Bank Of India SBI,
what is the use of check point
i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..