int *a[5] refers to

Answer Posted / ann

its basically a pointer to a pointer

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a progarm to find the length of string using switch case?

1612


How can I swap two values without using a temporary?

618


What is main function in c?

551


What does void main return?

606


Define Spanning-Tree Protocol (STP)

644






What is line in c preprocessor?

616


What is array of structure in c programming?

755


In a header file whether functions are declared or defined?

629


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

812


What is actual argument?

591


Is struct oop?

582


all c language question

1875


What are nested functions in c?

566


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

1629


Why use int main instead of void main?

599