How can I find the modification date and time of a file?


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

Post New Answer

More C Interview Questions

array of pointer pointer to array pointer to pointer

1 Answers   MAHINDRA,


What should be keep precautions while using the recursion method?

1 Answers  


When is the “void” keyword used in a function?

1 Answers  


What is double pointer?

0 Answers  


What is data structure in c and its types?

0 Answers  






What are the advantages of using Unions?

0 Answers   IBS,


Is int a keyword in c?

0 Answers  


What does void main return?

0 Answers  


What is Full Form of C and Why We use C

23 Answers  


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

0 Answers  


i want to have a program to read a string and print the frequency of each character and it should work in turbo c

3 Answers   Persistent, Wipro,


Categories