Explain how do you determine a file’s attributes?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

code for inverse a matrix

0 Answers  


What are the different properties of variable number of arguments?

0 Answers  


How can I delete a file?

0 Answers  


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

0 Answers  


What is the best organizational structure?

0 Answers  






Why does everyone say not to use scanf? What should I use instead?

0 Answers  


What is the -> in c?

0 Answers  


Write a program to find the biggest number of three numbers in c?

0 Answers  


Explain what are multidimensional arrays?

0 Answers  


what do structure language means?

3 Answers   Microsoft,


What is the difference function call by value & function call by reference?

6 Answers  


main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 Answers  


Categories