How can I find out how much memory is available?



How can I find out how much memory is available?..

Answer / pankajbisane

[root@server ~]# free
[root@server ~]# free -m

Is This Answer Correct ?    8 Yes 6 No

Post New Answer

More C Interview Questions

What is far pointer in c?

0 Answers  


what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?

4 Answers  


count the numbers between 100 and 300, that star with 2 and ends with 2

5 Answers   Mind Tree,


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(“%d”,s.x); }

2 Answers   Vector,


write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  






Can you explain the four storage classes in C?

0 Answers   TCS,


How variables are declared in c?

0 Answers  


What is the use of volatile?

0 Answers  


Is it possible to have a function as a parameter in another function?

0 Answers  


Famous puzzles which are generally asked by companies during interviews ?

1 Answers   3D PLM, Yahoo,


What does 3 periods mean in texting?

0 Answers  


Implement bit Array in C.

0 Answers   GrapeCity,


Categories