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

main difference between c and c++ language

1 Answers  


write a program that print itself even if the source file is deleted?

2 Answers  


Name the language in which the compiler of "c" in written?

3 Answers   Bajaj,


What are the preprocessor categories?

0 Answers  


What is sorting in c plus plus?

0 Answers  






What are header files why are they important?

0 Answers  


What are the differences between Structures and Arrays?

0 Answers   TCS,


struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?

1 Answers   Wipro,


Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female

5 Answers   Infosys, Luminous,


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   Wipro,


Explain about C function prototype?

0 Answers  


what does keyword ‘extern’ mean in a function declaration?

1 Answers   Emerson,


Categories