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
Explain three modes in which files can be accessed from python program
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
Give examples of macro quoting function?
hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
what are all the ant command options
Difference of Console, web & windows applications?
Tag for turning an image into a hyperlink is
5. Which of the following can you do with DB2 Express- C? Query databases with SQL Query databases with XML using XQuery and XPath Use SQL in Xquery and Xquery in SQL All of the above
What is test execution and when will we start execution please send me one example for this question
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.
how will you code the subfile which is in editing mode (multiple case subfile)?
How do you initialize a static member of a class with return value of some function?
how pseudo column works?
what is the system development cycle
Explain the types of operations? Draw the figure for shift and rotate operations?