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 |
hi, i'd like to know how do you set lines in a page for Smartforms? thanks in advance
why we need to take u?
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad
Need provab technical test questions
Which design patterns have you used?
What are the five tracing levels in System.Diagnostics.TraceSwitcher?
what will be the model paper for the post of assistant programmer in delhi high court
What is meant byStatic Variable ?
how to write the fallowing code in java? 1 4 9 16 25 36 49 64 81 100
How to call dll API sub routine in VB Form.
which one is the best practice using synchronization method or synchronization block