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 is the code for 3 questions and answer check in VisualBasic.Net?
Implement bit Array in C.
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Is c language still used?
What is variable in c example?
What is a program flowchart and how does it help in writing a program?
Explain how to reverse singly link list.
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is the size of enum in bytes?
What are the types of unary operators?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is integer constants?
What is %d used for?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
Is c++ based on c?