How to print a name "ARCHANA" in any programming language
Answer Posted / ishwari
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
{
cout<<"your namr is arachana";
}
getch();
}
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Tell me the jobs for the MCA Fresher in delhi, Noida..
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
Define distributed queries. can you explain me as soon as possible
What is the use of Differ interface check box in Ship confirm?
THE CHANNEL IN DATA COMMUNICATION CAN BE?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
how to generate dsnless connectivity in j2ee
how to convert hashmap to arraylist with iteration
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 best way to create a Thread class & why?
can we allocate memory for interface? if no then why?
Difference between views and index in sas programming