How can I find out how much memory is available?
[root@server ~]# free
[root@server ~]# free -m
| Is This Answer Correct ? | 8 Yes | 6 No |
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
What are the key features of C?
define function
What does the && operator do in a program code?
what r the cpu registers r ther?
What is main function in c?
coding for Fibonacci.?
How many header files are in c?
What functions are used in dynamic memory allocation in c?
How can you call a function, given its name as a string?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
How can you find out how much memory is available?