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
Do you know the purpose of 'register' keyword?
What is quick sort in c?
What are the c keywords?
FILE PROGRAMMING
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is difference between array and structure in c?
Is exit(status) truly equivalent to returning the same status from main?
What is a function in c?
Why c is called free form language?
Explain what is the difference between #include and #include 'file' ?
What is the basic structure of c?
Is array a primitive data type in c?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Explain output of printf("Hello World"-'A'+'B'); ?
what type of questions arrive in interview over c programming?