How to print a name "ARCHANA" in any programming language
Answer Posted / guest
#include<iostream.h>
#include<conio.h>
void main()
clrscr();
{
cout<<"your namr is arachana";
}
getch();
}
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
what is throws keyword
What are the Short cut Keys of Tally ERP?
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
can we extend a class having only one parameterised constructor.Suggest the process to do it.
sample code for data transfer between two r/2 systems and r/3 systems?
how do i add a column dynamically in a table by using java application?
9.Difference between even and odd signals?explain with the diagram?
5. How do you round the addition or subtraction of two numbers in assembler?
Tell me the jobs for the MCA Fresher in delhi, Noida..
in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'
how to add a new table with variables and thier values into a imported file uisng proc import?
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
hi i m deepak my shedule for NIC pi is 17 Apr please contact me if anybody has interview on same day or give me some idea who have faced
if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
Write a program to find factorial of a number using functions