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
What is the difference between malloc() and calloc()?
Explain what is gets() function?
Can you apply link and association interchangeably?
How is a pointer variable declared?
What are qualifiers and modifiers c?
What are c preprocessors?
What is malloc and calloc?
What is #error and use of it?
What is the need of structure in c?
What is the difference between break and continue?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What do you mean by Recursion Function?
What is the process to generate random numbers in c programming language?
What are the c keywords?