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
difference between i++* and *++i
What is wild pointer in c with example?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
How to add two numbers without using semicolon n c????
What is the correct declaration of main?
What is #include stdlib h?
write a program to display the numbers having digit 9 in the given range from 1 to 100
how write a addtion of two single dimensional array using of pointer in c language?
code for copying two strings with out strcpy() function.
c program to manipulate x=1!+2!+3!+...+n! using recursion
Why is c so powerful?
How to print %d in output