iMocha’s C++ aptitude test is the most preferred pre-employment assessment for recruiters and hiring managers to gauge a candidate’s C++ skills objectively and quickly before the interview. This C++ code test helps hire job roles such as Senior Level C++ Programmer, C++ Developer with 3-4 years of experience, and Senior Software Developer. Our skills test can help you reduce hiring time by 45%.
C++ Aptitude Test helps Hiring Managers and Recruiters gauge the High-Level C++ technical skills of a C++ Developer. This C++ Programming Test is designed to assess the C++ programming skills of a candidate. The best way to evaluate a programmer for a job is to give him a coding test. The candidate has to write code that uses the concepts of Basic C++ and Error handling to solve real-world problems.
A programmer who writes comments for his code is considered a good programmer. C++ code test is designed and developed to assess the technical skills of C++ Developers- As per Industry Standards. Online C++ aptitude test contains topics on high-level C++ coding language. C++ technical test is designed by our subject matter experts to gauge the C++ code creation knowledge of candidates to hire as C++ Developers. Using powerful reporting, you can have a detailed analysis of the test results to help you make a better hiring decision and predict the candidate’s performance.
This C++ aptitude test enables employers and recruiters to identify & hire C++ Developers by evaluating working skills and job readiness. For this reason, the emphasis is laid upon evaluating the knowledge of applied skills gained through real work experience rather than theoretical knowledge.
The test may contain AI-LogicBox (Pseudo coding platform) & Coding Simulators, etc.
Input date is in DD MM YYYY format. DD is an integer without leading zeroes denoting the days. MM is an integer without leading zeroes denoting the month. YYYY is also an integer between 1600 and 2050 without leading zeroes denoting the year.
You have to print the date of the previous day in the same format.
Input Format
A line consists of date in DD MM YYYY format.
Output Format
Print the previous date in DD MM YYYY format.
Sample Input8 1 1986
Sample Output
7 1 1986