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...


What are derived data types in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can you dynamically allocate memory in C?

2 Answers  


What is the difference between array and pointer?

0 Answers  


Can one function call another?

0 Answers  


What is wrong with this statement? Myname = 'robin';

0 Answers  


Is python a c language?

0 Answers  


why we are using semicolon at the end of printh statment

2 Answers   HCL,


Explain the difference between #include "..." And #include <...> In c?

0 Answers  


What happens if header file is included twice?

0 Answers  


main is a predefined or user define function if user defined why? if predefined whay?

12 Answers   TCS,


design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.

2 Answers  


given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)

6 Answers   amu, TCS,


Explain what is the benefit of using enum to declare a constant?

0 Answers  


Categories