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 |
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
How are structure passing and returning implemented?
give one ip, find out which contry
What is difference between structure and union in c?
What are the benefits of c language?
Which is an example of a structural homology?
Why & is used in c?
What is the difference between typeof(foo) and myFoo.GetType()?
How can I remove the leading spaces from a string?
Write a code to generate divisors of an integer?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer