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 |
which one is highest Priority in c? a)=,b)+,c)++,d)==
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What is the diffrent between while and do while statement ?
What is your stream meaning?
Implement bit Array in C.
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
What is structure of c program?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
What is an expression?
how to create duplicate link list using C???
Why is c platform dependent?