Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

difference between i++* and *++i

6 Answers   IBM,


What is wild pointer in c with example?

0 Answers  


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"

1 Answers  


How to add two numbers without using semicolon n c????

3 Answers  


What is the correct declaration of main?

0 Answers  


What is #include stdlib h?

0 Answers  


write a program to display the numbers having digit 9 in the given range from 1 to 100

1 Answers  


how write a addtion of two single dimensional array using of pointer in c language?

3 Answers   DRDO,


code for copying two strings with out strcpy() function.

6 Answers  


c program to manipulate x=1!+2!+3!+...+n! using recursion

1 Answers   TCS,


Why is c so powerful?

0 Answers  


How to print %d in output

6 Answers   Wipro,


Categories