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 union in c?

0 Answers  


What is the difference between a free-standing and a hosted environment?

0 Answers   Aspire,


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

0 Answers  


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

2 Answers   Bosch,


What is that continue statement??

4 Answers  






Are comments included during the compilation stage and placed in the EXE file as well?

0 Answers  


what is the difference between auto and static keywords

1 Answers   cDot, College School Exams Tests, TCS,


why u join this call center?

6 Answers   DELL,


Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.

0 Answers  


What is bss in c?

0 Answers  


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers   Calsoft,


what is output of the following statetment?Printf(“%x”, -1<<4); ?

5 Answers  


Categories