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

main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

4 Answers   CTS,


application of static variables in real time

1 Answers   Bosch,


What is scope of variable in c?

0 Answers  


increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


Is it cc or c in a letter?

0 Answers  






How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

0 Answers  


program that accepts amount in figures and print that in words

2 Answers   Infosys, Lovely Professional University, Wipro,


What's the best way of making my program efficient?

0 Answers   Celstream,


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

0 Answers   Subex,


What are bitwise shift operators in c programming?

0 Answers  


write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.

1 Answers  


write a program to generate 1st n fibonacci prime number

12 Answers  


Categories