How to print a name "ARCHANA" in any programming language
Answers were Sorted based on User's Feedback
Answer / narendra tata
#include<stdio.h>
main()
{
printf("archana");
}
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / guest
#include<iostream.h>
#include<conio.h>
void main()
clrscr();
{
cout<<"your namr is arachana";
}
getch();
}
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / ishwari
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
{
cout<<"your namr is arachana";
}
getch();
}
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / rohit
#include<stdio.h>
#include<conio.h>
void main()
{
int n;
printf("my name is "ARCHANA"");
scanf("%d",&n);
getch();
}
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / t chinna shareef
SQL>set serveroutput on;
SQL>begin
2 dbms_output.put_line("ARCHANA");
3 end;
4 /
| Is This Answer Correct ? | 0 Yes | 0 No |
what are all the ant command options
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
When we have more than one main function in a program how does the compiler know the starting point of the program, i mean from which main the execution or compilation of the program begins?
how many keywords are present in "c"?
18 Answers Assurgent, Cynosure Software, IBM,
Data Structure: How many comparisons are necessary to find the largest and smallest of a set of n distinct elements?
What is a must for multitasking? a) Process preemption b) Paging c) Virtual memory d) None of the above
What is BASIS
what is the difference between an application and service??? i mean service which runs as in services.msc.
About CLR, reflection and assemblies?
Describe the following: (i) DNS (ii) Name Resolution (iii) Subnet Masking (iv) Urgent Pointer
Find out the list of roles which gives access to GUI activities? thanks in advance
what is technical system, business system, logical system in sap pi7.0