How to print a name "ARCHANA" in any programming language
Answer Posted / padma
Using a print statement in any programming language try
printing a given name.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you pass variables forwrd to future CECI sessions
when we use mantis? how learn mantis?
i am exeprienced person what is selection process
Explain polymorphism. Provide an example.
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
what is web configuration file
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..??
Which method protects back button to retrieve old value from previous page in Struts.
Write a program to find whether a given number is prime or not.
iam confused to choose among testing, .net and java can anybody help me????????
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
How do i find out the number of parameters passed into function?
how do you generate source code for the automatic generation for receipt number
What is the merger sort principle and its time complexity.