-
Stacks Task
What kind of useful task does stacks support?
-
Static Storage Class
Give one real time application where static variables are used.
-
Define Raster and Vector Data.
Define raster and vector data. Explain what is the difference between raster and vector data?
-
Structure Padding
How can I use Structure padding and I want to re-use the remaining memory further?
ex: struct num {
char ch;
int i;
char s;
};
Ans