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

what is difference between procedural language and functional language ?

4 Answers   Wipro,


WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER

0 Answers  


What character terminates all strings composed of character arrays? 1) 0 2) . 3) END

3 Answers  


helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.

3 Answers  


totally how much header files r in c language

8 Answers   TCS,






Differentiate abs() function from fabs() function.

0 Answers  


What's the right way to use errno?

0 Answers  


Read two numbers from keyboard and find maximum of them?

1 Answers  


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

0 Answers   Wilco,


What is malloc calloc and realloc in c?

0 Answers  


What is structure data type in c?

0 Answers  


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

0 Answers  


Categories