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
What are the rules for identifiers in c?
Explain what are the __date__ and __time__ preprocessor commands?
What are the types of variables in c?
praagnovation
What is the difference between strcpy() and memcpy() function in c programming?
What are external variables in c?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Explain how do you convert strings to numbers in c?
Explain what is the benefit of using an enum rather than a #define constant?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What are pointers?
Why main is not a keyword in c?
What is %d used for?
What is calloc in c?