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

Do pointers take up memory?

0 Answers  


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }

2 Answers   Wipro,


Program to find larger of the two numbers without using if-else,while,for,switch

11 Answers   iNautix, Wipro,


What are the functions to open and close file in c language?

0 Answers  






Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

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  


What are header files? What are their uses?

0 Answers  


how to implement stack work as a queue?

2 Answers  


What is the meaning of int *x[]();?

1 Answers  


What is c standard library?

0 Answers  


what is the function of void main()?

8 Answers  


Categories