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 wrong with this declaration?
Explain what is a stream?
What is the size of array float a(10)?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
The difference between printf and fprintf is ?
Write a program on swapping (100, 50)
What is typedef struct in c?
write a program to display all prime numbers
Difference between MAC vs. IP Addressing
How can I recover the file name given an open stream or file descriptor?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Write a program that accept anumber in words
What is sizeof return in c?
What are the two forms of #include directive?