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
How many bytes are occupied by near, far and huge pointers (dos)?
What is New modifiers?
how many argument we can pas in in a function
What is the difference between int main and void main in c?
what is the stackpointer
Why is c called "mother" language?
What are the types of data files?
How do I determine whether a character is numeric, alphabetic, and so on?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
What are the different types of control structures?
What is a class?
What is dangling pointer in c?