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 a NULL Pointer? Whether it is same as an uninitialized pointer?
Explain is it better to bitshift a value than to multiply by 2?
What is malloc and calloc?
What is echo in c programming?
What is the difference between fread buffer() and fwrite buffer()?
How can you increase the allowable number of simultaneously open files?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Why do we use static in c?
What is #include in c?
Explain the use of keyword 'register' with respect to variables.
can we implement multi-threads in c.
What are the advantages of using Unions?
What is the use of bit field?
What are the advantages of c language?
What is sizeof c?