Answer Posted / vignesh1988i
an array ia an homogenous collections of same data types
which occupies continues memory locations .......
| Is This Answer Correct ? | 166 Yes | 31 No |
Post New Answer View All Answers
How a string is stored in c?
What is c++ used for today?
What are the advantages and disadvantages of c language?
Is that possible to add pointers to each other?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is "Duff's Device"?
What is the sizeof () operator?
What is the sizeof () a pointer?
What is the easiest sorting method to use?
What is the difference between the = symbol and == symbol?
What are extern variables in c?
What is the difference between āgā and āgā in C?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.