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 |
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
application of static variables in real time
What is scope of variable in c?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
Is it cc or c in a letter?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
What's the best way of making my program efficient?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What are bitwise shift operators in c programming?
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
write a program to generate 1st n fibonacci prime number