Khamla, Nagpur, India - 440022.
Details verified of Maniraj Baral✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
English Mother Tongue (Native)
Hindi Proficient
NIIT 2000
Bachelor of Computer Science (B.Sc. (Computer Science))
Khamla, Nagpur, India - 440022
Phone Verified
Email Verified
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C++ Language Classes
20
Proficiency level taught
Advanced C++
1. For what proficiency level do you teach ?
Advanced C++
2. Which classes do you teach?
I teach C++ Language Class.
3. Do you provide a demo class?
Yes, I provide a free demo class.
4. How many years of experience do you have?
I have been teaching for 20 years.
Answered on 02/12/2018 Learn IT Courses/Programming Languages/C Language
It can be done without any loop.
here is an example.
void PrintNTimes(int N)
{
if N>0
{
cout<<"I love C++ programming"<<endl;
PrintNTimes(N-1);
}
int main()
{
PrintNTimes(10); // will print 10 times
}
Did not test , try let me know if you face any issue.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C++ Language Classes
20
Proficiency level taught
Advanced C++
Answered on 02/12/2018 Learn IT Courses/Programming Languages/C Language
It can be done without any loop.
here is an example.
void PrintNTimes(int N)
{
if N>0
{
cout<<"I love C++ programming"<<endl;
PrintNTimes(N-1);
}
int main()
{
PrintNTimes(10); // will print 10 times
}
Did not test , try let me know if you face any issue.
Post your Learning Need
Let us shortlist and give the best tutors and institutes.
or
Send Enquiry to Maniraj Baral
Let Maniraj Baral know you are interested in their class
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.