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 is the meaning of typedef struct in c?
What is define c?
What do you know about the use of bit field?
Describe the difference between = and == symbols in c programming?
State the difference between realloc and free.
How many types of arrays are there in c?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Do string constants represent numerical values?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What is #include conio h?
What is the difference between functions getch() and getche()?
Why c is faster than c++?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402