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
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What happens if you free a pointer twice?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is the meaning of typedef struct in c?
explain how do you use macro?
What is the difference between array_name and &array_name?
Explain what is #line used for?
Which built-in library function can be used to match a patter from the string?
What is structure of c program?
What does the characters “r” and “w” mean when writing programs that will make use of files?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
There seem to be a few missing operators ..
write a program for the normal snake games find in most of the mobiles.
Describe static function with its usage?
Is c# a good language?