How do you list a file’s date and time?


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

Post New Answer

More C Interview Questions

What is the relation between # and include<stdio.h>

5 Answers   HCL,


code for reverse alternate words from astring

1 Answers   IBM,


What are variables c?

0 Answers  


What are the types of macro formats?

0 Answers  


What are bit fields? What is their use?

2 Answers   Adobe,






Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.

1 Answers  


Find greatest number out of 10 number without using loop.

5 Answers   TCS,


How are 16- and 32-bit numbers stored?

0 Answers  


What is Lazy evaluation in C? Give an example.

1 Answers  


write a c program that prints all multiples of 3between 1 and 50.

5 Answers  


What is the difference between formatted&unformatted i/o functions?

0 Answers  


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,


Categories