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 are the main characteristics of c language describe the structure of ac program?

0 Answers  


How is a pointer variable declared?

0 Answers  


How do you view the path?

0 Answers  


Output for following program using for loop only * * * * * * * * * * * * * * *

3 Answers  


What is spaghetti programming?

0 Answers  






What is the usage of the pointer in c?

0 Answers  


what is constant pointer?

3 Answers  


Explain what is meant by 'bit masking'?

0 Answers  


what is use#in c

3 Answers  


Can the size of an array be declared at runtime?

0 Answers  


int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????

1 Answers  


How do you redirect a standard stream?

0 Answers  


Categories