How to print a name "ARCHANA" in any programming language
Answer Posted / narendra tata
#include<stdio.h>
main()
{
printf("archana");
}
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
what is throws keyword
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)
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..
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
why we need to take u?
I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
What is ur porject Architecture? If anyone ask what i have to specify here..
how does database connection using ADO.NET?
what is integration testing in real time applications?
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
Outline the two important features of a terminating recursion. Any ideas?
Write a program to swap the content of two variables without using a third variable.