How can I find the modification date of a file?
No Answer is Posted For this Question
Be the First to Post Answer
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
When should the const modifier be used?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
What is the purpose of 'register' keyword in c language?
what is the output of printf("%d",(scanf("%d",10));
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
How can I make it pause before closing the program output window?
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
What is time null in c?
What is a memory leak? How to avoid it?
How can I open files mentioned on the command line, and parse option flags?