Pages

💡 Now You Can Get your Assignments Sollution here... .💡 100% plagiarism Free Service...💡 Responsibility, punctuality and on-time delivery... 💡 Furnishing you with experts... 💡 experienced in your subject 100% privacy... 💡 helping you with the highest efficiency , professionalism Affordable and budget-friendly costs that do not make a hole in your wallet

C++ code to calculate Time

 #include<time.h>

clock_t start = clock();

/*
your code 
*/
clock_t end = clock();
double time = (double) (end-start) / CLOCKS_PER_SEC * 1000.0;
cout<<time<<endl;

No comments: