Raja Park, Jaipur, India - 302004
35
Details verified of Dicazo Computer Institute✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Type of Computer course taken
Training in Software application usage, Software Programming, Basics of Computer usage, Training in Computer tools usage
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Certification offered
Yes
Photography types taught
Fashion Photography, Basics of Photography, Wildlife Photography, Product Photography, Landscape Photography
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Teaches web designing at proficiency level
Advanced Web Designing, Basic Web Designing
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Proficiency level taught
Advanced C++, Basic C++
5.0 out of 5 33 reviews
Yash Batham
"I Joined Dicazo For Learning C/C++ . It Was a Fabulous Experience And Enjoyed A Lot. Dicazo Computer Institute Has Good Faculties With Great Technical Knowledge. "
Reply by Dicazo Computer Institute
Thank you so much for your kind words, Yash. We really appreciate you taking the time out to share your experience with us—We count ourselves lucky for students like you. We look forward to working with you again in the future!. Good Luck for your future.
Tagrawal
"Very good institute In Jaipur. This is the only one Place where you can become a Professional in Designing and Development. They Give Experience on Working In Live projects. "
Reply by Dicazo Computer Institute
Thank you so much for your kind words, Tarang. We really appreciate you taking the time out to share your experience with us—We count ourselves lucky for students like you. We look forward to working with you again in the future!. Good Luck for your future.
Piyush
"Experienced faculties who made the learning very easy and relevant. Me Rishi Pandey the owner of the institute himself is very knowledgeable and professional in his work. He is a master of animation but also help me a lot in improving my photography skills. I would highly recommend this institute to all the youngsters. "
Reply by Dicazo Computer Institute
Thank you so much for your kind words, Piyush. We really appreciate you taking the time out to share your experience with us—and we agree, Rishi sir is truly a gem to lead our team! We count ourselves lucky for students like you. We look forward to working with you again in the future!
Answered on 21/12/2018 Learn IT Courses/Programming Languages/C Language
#include<stdio.h>
#include<conio.h>
int main()
{
for(int i=9; i>=1; i=i-2)
{
for(int k=10-i; k>=0; k=k-2)
{
printf(" ");
}
for(int j=1; j<=i; j++)
{
printf("*");
}
printf("\n");
}
getch();
}
Answered on 21/12/2018 Learn IT Courses/Programming Languages/C Language
#include <stdio.h>
int main()
{
int n, c, k;
printf("Enter an integer in decimal number system\n");
scanf("%d", &n);
printf("%d in binary number system is:\n", n);
for (c = 31; c >= 0; c--)
{
k = n >> c;
if (k & 1)
printf("1");
else
printf("0");
}
printf("\n");
return 0;
}
Answered on 20/11/2017 Learn IT Courses/Computer Course
Photoshop is one of the most powerful applications around. When it comes to working with photos, there’s almost nothing it can’t do. Even the name “Photoshop” is a byword for image...
Share this Profile
Also have a look at
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.