int *a[5] refers to

Answer Posted / muthukumar

declearation of one dimensional pointer array having 6
elements like a[0],a[1],a[2],a[3],a[4],a[5].

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can type-insensitive macros be created?

572


Why clrscr is used in c?

587


How can I send mail from within a c program?

581


What are the standard predefined macros?

633


What are the 5 types of inheritance in c ++?

586






how to find anagram without using string functions using only loops in c programming

2718


What is data structure in c language?

607


What is the purpose of sprintf() function?

602


What is the right way to use errno?

621


What are logical errors and how does it differ from syntax errors?

661


What is the need of structure in c?

566


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

579


What is signed and unsigned?

646


plz let me know how to become a telecom protocol tester. thank you.

1742


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

720