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
What is a class?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What are data structures in c and how to use them?
What are the advantage of c language?
what is the mean of c languages.
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
How can I sort a linked list?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
Explain union. What are its advantages?
How can I get random integers in a certain range?
Can a pointer be null?
c program to arrange digits in a no in ascending and descending order