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

List the variables are used for writing doubly linked list program.

1617


What do you mean by dynamic memory allocation in c?

644


Are bit fields portable?

671


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

639


How to delete a node from linked list w/o using collectons?

2086






c language interview questions & answer

1455


What is static memory allocation? Explain

627


How does #define work?

642


What is non linear data structure in c?

567


What is variable initialization and why is it important?

613


Which is best linux os?

558


Explain how can you avoid including a header more than once?

596


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

660


What are different types of pointers?

561


What is a global variable in c?

587