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 mean by data types in c?

0 Answers  


Write a small C program to determine whether a machine's type is little-endian or big-endian.

5 Answers   nvidia,


What are the functions to open and close file in c language?

0 Answers  


write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC

2 Answers   HCL,


What is define directive?

0 Answers  






What is Your Name :)

1 Answers  


What is volatile in c language?

2 Answers   HCL, TCS,


#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }

3 Answers   VB,


what is the use of getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,


Write a c program to demonstrate character and string constants?

0 Answers  


What is New modifiers?

0 Answers   NA,


main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }

2 Answers  


Categories