what is Array?

Answer Posted / lakshmi

it is a grouped item of consequitive memory elements with
similar type of values.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

849


Create a simple code fragment that will swap the values of two variables num1 and num2.

1036


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

981


What is the difference between union and structure in c?

777


What are global variables and how do you declare them?

785


What is the difference between break and continue?

935


What is the use of typedef in structure in c?

711


Is stack a keyword in c?

827


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

869


find the sum of two matrices and WAP for it.

881


What is a function in c?

1176


What is the best style for code layout in c?

830


Explain the difference between structs and unions in c?

762


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2650


What is the meaning of 2d in c?

819