Answer Posted / nitian gopal
Array is a collection of similar data, that occupies a
contiuous merory.
Syntax:
type arryname[size];
exm:
int roll[52];
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what type of questions arrive in interview over c programming?
what is reason of your company position's in india no. 1.
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What is array within structure?
Which driver is a pure java driver
What is static identifier?
What is the meaning of c in c language?
What is meant by type casting?
please explain every phase in the "SDLC" in the dotnet.
Can a variable be both static and volatile in c?
write a program to print largest number of each row of a 2D array
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is the use of clrscr?
What is #ifdef ? What is its application?
Why is sizeof () an operator and not a function?