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
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
What are the Short cut Keys of Tally ERP?
What is the Difference between in memory database and physical database
I m Abdullah Ansari compleated MCA from Jamia Hamdard,i have appeared the test of IBM on 2 august at oxford college of engineering Bangalore.waiting for hr round.. This is the first round for IBM.02/08/08 Paper consists of 4 sections 15 questions from matrices(time very less but no negative marking). 25 questions from series completion section (this section is very easy but negative marking) 15 questions from aptitude(little bit tough time limit 15 minute negative marking) 4th section is from computer science (c,c++,operating system,digital electronics ,basic question..) result came at 3 o'clock.i was selected... In interview they asked questions like 1 they asked about final yr project.. 2 what are dynamic and static memory location? 3 linked list and array difference between them. 4 what is function ? what is difference betwen function and inline function? 5 about structure 6 about binary tree, traversal, call by value. 7 storage class and many more basic questions..
What are two of your strengths that you will bring to our QA/testing team?
Tell me the jobs for the MCA Fresher in delhi, Noida..
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain
Difference between views and index in sas programming
9.Difference between even and odd signals?explain with the diagram?
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
Explain three modes in which files can be accessed from python program