How can I find the modification date of a file?


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

Post New Answer

More C Interview Questions

totally how much header files r in c language

8 Answers   TCS,


what is used instead of pointers in java than c?

1 Answers   Vuram,


What is the Purpose of 'extern' keyword in a function declaration?

0 Answers  


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

0 Answers  


What is spark map function?

0 Answers  






Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?

2 Answers   ME, Synfusion, Wipro,


Determine if a number is a power of 2 at O(1).

2 Answers  


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

0 Answers   GrapeCity,


Which function in C can be used to append a string to another string?

0 Answers  


main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............

3 Answers  


What are file streams?

0 Answers  


say the following declaration is correct nr not. int b=a,n=0;

4 Answers   Wipro,


Categories