4.Write a program to get the string in array and print that?
or
Without using loop print the array.
Answer Posted / p.krishanamiorthy
private void populateStringArray()
{
toppings[0] = "Che";
toppings[1] = "Pep";
toppings[2] = "Black
";
// ...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
how to convert infix expression to prefix expression?
details description on this mantis? who is founder of this mantis?
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
how to convert the data from HTML file to SAS dataset?
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....
What are the tasks performed by a Team Lead
1. How many jobs can we write in a single file? 2. How many maximum members can exist in a single partition data set(pds) in jcl?
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
Write a shell program to test whether a given year is leap year or not ?
Write a program to find whether a given number is prime or not.
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
what is an INI file?