How to find the usage of memory in a c program



How to find the usage of memory in a c program..

Answer / anusha

using pointers

Is This Answer Correct ?    12 Yes 8 No

Post New Answer

More C Interview Questions

Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


Explain spaghetti programming?

0 Answers  


What are valid operations on pointers?

0 Answers  


How many ways are there to swap two numbers without using temporary variable? Give the each logic.

9 Answers  






Do you know the purpose of 'register' keyword?

0 Answers  


Why pointers are used in c?

0 Answers  


What is array in C

0 Answers  


State two uses of pointers in C?

0 Answers   Aspire, Infogain,


What are 3 types of structures?

0 Answers  


What are register variables? What are the advantage of using register variables?

0 Answers   TISL,


What does int main () mean?

0 Answers  


Categories