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

Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

0 Answers  


How do I round numbers?

0 Answers  


write a program to print largest number of each row of a 2D array

0 Answers  


how to find the kth smallest element in the given list of array elemnts.

8 Answers   Silicon,


What are bitwise shift operators in c programming?

0 Answers  






What is c value paradox explain?

0 Answers  


How arrays can be passed to a user defined function

0 Answers  


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


Can a variable be both constant and volatile?

0 Answers  


How can I do peek and poke in c?

0 Answers  


write a program in c to read array check element is present or not?

1 Answers  


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

0 Answers  


Categories