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

can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????

2 Answers   Cognizant,


Write a program to swap two numbers without using a temporary variable?

0 Answers   Infosys,


How many main () function we can have in a project?

0 Answers  


suppose there are five integers write a program to find larger among them without using if- else

2 Answers  


What's a "sequence point"?

3 Answers  


What are the rules for the identifier?

0 Answers  


How is a macro different from a function?

0 Answers   Tech Mahindra,


What is structure in c definition?

0 Answers  


What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }

9 Answers   CTS, Wipro,


How do you initialize function pointers? Give an example?

3 Answers  


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

0 Answers  


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

0 Answers  


Categories