An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory
a) swap
b) extended memory
c) memory map
d) all of the above
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of the functions?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
Why header file is used in c?
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
What is the size of structure in c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is int main () in c?
What is else if ladder?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
Can include files be nested? How many levels deep can include files be nested?
What is size of union in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none