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

what is a pointer

4 Answers   Bank Of America, TCS,


What are runtime error?

0 Answers  


What is operator precedence?

0 Answers  


What are keywords in c with examples?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

5 Answers   ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,


Can you mix old-style and new-style function syntax?

0 Answers  


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

0 Answers  


What does dm mean sexually?

0 Answers  


Write a program to check prime number in c programming?

0 Answers  


my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details

2 Answers  


What will the preprocessor do for a program?

0 Answers   Aspire, Infogain,


struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));

2 Answers  


Categories