How can I find the modification date of a file?
No Answer is Posted For this Question
Be the First to Post Answer
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Why header files are used?
What are data structures in c and how to use them?
What is "Duff's Device"?
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
Explain what is the benefit of using #define to declare a constant?
If null and 0 are equivalent as null pointer constants, which should I use?
When should a far pointer be used?
Why enum is used in c?
What are the advantages and disadvantages of pointers?