Answer Posted / shruti
you do not need to declare a pointer to any array..
an array itself is a constant pointer..
a[10] is equivalent to *a.
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
Stimulate calculator using Switch-case-default statement for two numbers
Is exit(status) truly equivalent to returning the same status from main?
What is a dynamic array in c?
How does selection sort work in c?
What is scope rule of function in c?
which is an algorithm for sorting in a growing Lexicographic order
What are the 32 keywords in c?
How many main () function we can have in a project?
Explain the concept and use of type void.
What is printf () in c?
What are the advantages and disadvantages of c language?
In C language, a variable name cannot contain?
Tell me what is the purpose of 'register' keyword in c language?
What is the c language function prototype?
What are dangling pointers? How are dangling pointers different from memory leaks?