How can I find out how much free space is available on disk?
No Answer is Posted For this Question
Be the First to Post Answer
Give the rules for variable declaration?
What is the use of the restrict keyword?
how to write palindrome program?
What does #pragma once mean?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
Can we assign integer value to char in c?
write a program for egyptian fractions in c?
Why functions are used in c?
Explain 'far' and 'near' pointers in c.
write a programe to find the factorial of given number using recursion
What is the difference between a structure and a union?
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.