+ 2
3rd Mar 2018, 2:43 AM
Randhac kerlin
Randhac kerlin - avatar
3 Answers
+ 5
#include <ctime> #indclude <string> they are the header Files.Header FilesĀ in C++Ā Header files contain definitions of Functions and Variables, which is imported or used into anyĀ C++Ā program by using the pre-processor #include statement.Ā Header fileĀ have an extension ".h" which containsĀ C++Ā function declaration and macro definition.
3rd Mar 2018, 3:05 AM
Akash Pal
Akash Pal - avatar
+ 3
its a header file used for some predefined function.....u could also create some function and have header file like that.....
15th Mar 2018, 3:53 AM
STRIKER
+ 2
tnx
3rd Mar 2018, 4:00 AM
Randhac kerlin
Randhac kerlin - avatar