a) Identify the following declarations.
Ex.
int i

(integer variable) float a[l0](array of 10 real nos)


int (*f())()
void *f
int (*f()) []
void *f
int f[] [] []
char *(*f) ()
int (*f[]) []
float(*f) [] []
float **f
int ******f


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How is pointer initialized in c?

0 Answers  


What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


Why can’t constant values be used to define an array’s initial size?

0 Answers  


What is substring in c?

0 Answers  


What are the basic data types associated with c?

0 Answers  


what is link list?

3 Answers  


the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0

1 Answers  


Disadvantages of C language.

0 Answers   Impetus,


WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****

2 Answers  


hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a

1 Answers  


Dont ansi function prototypes render lint obsolete?

0 Answers  


What is an identifier?

0 Answers  


Categories