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


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program.

a) user memory

b) conventional memory

c) expandedmemory

d) area


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

Post New Answer

More C Interview Questions

Toggle nth bit in a given integer - num

5 Answers   Qualcomm,


the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38

1 Answers  


What are enums in c?

0 Answers  


What is an lvalue in c?

0 Answers  


How pointers are declared?

0 Answers  


what are bps & baud rates? differentiate these two?

2 Answers   TCS,


What is the difference between %d and %*d in C

3 Answers  


write a program whose output will be- 1 12 123 1234

10 Answers  


Why isnt any of this standardized in c?

0 Answers  


write a program to delete an item from a particular location of an linear array?

1 Answers  


Which header file is used for clrscr?

0 Answers  


typedef struct { int i:8; char c:9; float f:20; }st_temp; int getdata(st_temp *stptr) { stptr->i = 99; return stptr->i; } main() { st_temp local; int i; local.c = 'v'; local.i = 9; local.f = 23.65; printf(" %d %c %f",local.i,local.c,local.f); i = getdata(&local); printf("\n %d",i); getch(); } why there there is an error during compiling the above program?

1 Answers  


Categories