How can I find out how much memory is available?
Answer Posted / pankajbisane
[root@server ~]# free
[root@server ~]# free -m
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is const keyword in c?
What is union in c?
What is the use of gets and puts?
How can you access memory located at a certain address?
What functions are used for dynamic memory allocation in c language?
Which is better malloc or calloc?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Why is struct padding needed?
Explain the difference between getch() and getche() in c?
Why dont c comments nest?
What are the rules for the identifier?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
In C, What is the #line used for?