Answer Posted / shruti
that is the main drawback of an array..
u cannot assign memory at run time...
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Explain the bubble sort algorithm.
Explain what is the benefit of using const for declaring constants?
What is the difference between memcpy and memmove?
What is the advantage of an array over individual variables?
Write a program to check armstrong number in c?
Hai what is the different types of versions and their differences
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.
Explain what are the different file extensions involved when programming in c?
Why is c called c not d or e?
Explain the use of 'auto' keyword in c programming?
Are pointers really faster than arrays?
Is register a keyword in c?
Write a program to reverse a string.
What is a stream?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same