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

What is new line escape sequence?

0 Answers  


how will you write a program on linked lists using JAVA programming???????????

1 Answers   Keane India Ltd,


What is spaghetti programming?

0 Answers  


what is an inline function?

2 Answers   TCS,


Explain how do you list a file’s date and time?

0 Answers  






I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

0 Answers   TCS,


What is a header file?

0 Answers  


What is && in c programming?

0 Answers  


Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

0 Answers  


Two's compliment of -5

4 Answers   Adobe,


Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.

1 Answers  


Categories