How do I declare a pointer to an array?

Answer Posted / k.thejonath

char (*)p[100];
Here p is a pointer to an array of 100 character elements..

Is This Answer Correct ?    6 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are variables c?

624


what will be maximum number of comparisons when number of elements are given?

1413


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

656


When should a far pointer be used?

607


What does static variable mean in c?

655






What is a const pointer?

640


What do you mean by command line argument?

650


Can you apply link and association interchangeably?

682


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

663


Differentiate fundamental data types and derived data types in C.

621


What is string function c?

572


What is ## preprocessor operator in c?

618


Why is event driven programming or procedural programming, better within specific scenario?

1955


What is data types?

643


What is structure pointer in c?

575