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
what is dot net framework
How to merge Action Form with Dyna Action Form in Struts.
Write a pascal program to calculate the sum of the first 100 even number and odd number
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Need provab technical test questions
19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.
When we use Windows authentication mode
how do you generate source code for the automatic generation for receipt number
what are the differences between CONS, LIST, and APPEND
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
How do you initialize a static member of a class with return value of some function?
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
shall we execute our java programmes in jre
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared