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 |
Which tag is used to create table row
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
what is different betweet class and interface in java?
2 Answers Microsoft, Sun Microsystems,
sample and simple coding where we get?
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
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
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
Have you used callsymputx? what points need to be kept in mind when using it?
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.
What is std::auto_ptr?