Answer Posted / raja
an array is collection of similar data types, and it
occupies the memory in a sequence of order
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
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.
What is dynamic memory allocation?
What are the 5 types of organizational structures?
Is it possible to execute code even after the program exits the main() function?
What are loops in c?
What are the benefits of organizational structure?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What are comments and how do you insert it in a C program?
What does struct node * mean?
Is it cc or c in a letter?
Tell me when would you use a pointer to a function?
What is output redirection?
Dont ansi function prototypes render lint obsolete?
What is structure padding in c?
Where is volatile variable stored?