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

Post New Answer

More C Interview Questions

How can I recover the file name given an open stream or file descriptor?

0 Answers  


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


what is diffrence between string and character array?

1 Answers  


write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?

1 Answers   Zensar,


How can I get random integers in a certain range?

0 Answers  






how to swap 2 numbers within a single statement?

4 Answers  


Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered

1 Answers  


Is int a keyword in c?

0 Answers  


What is static function in c?

0 Answers  


write program on arrays

3 Answers   GE, Polycab,


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


How can I read in an object file and jump to locations in it?

0 Answers  


Categories