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
Are pointers really faster than arrays?
write a program to print calender using for loop.
how many times of error occur in C
Write a program in c to print * * * * * *******
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What is the hardest programming language?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
what about "char *(*(*a[])())();"
With the help of using classes, write a program to add two numbers.
What is the Difference between Class and Struct?
what is the syallabus of computer science students in group- 1?
What is that continue statement??