Great place to learn computer related courses. Good educational environment, certified institute. Practical knowledge, advance systems & equipment. I love Dicazo Institute I have completed Graphic Designing and Website Designing courses.
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.
Great place to learn computer related courses. Good educational environment, certified institute. Practical knowledge, advance systems & equipment. I love Dicazo Institute I have completed Graphic Designing and Website Designing courses.
A-4, Mandir Road, Saket Colony, Adarsh Nagar
near pink square mall
Raja Park, Jaipur, India - 302004
Landmark: opposite adarsh nagar police station
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 class via Zoom
At the Institute
Class Location
Online class via Zoom
At the Institute
Class Location
Online class via Zoom
At the Institute
Class Location
Online class via Zoom
At the Institute
Class Location
Online class via Zoom
At the Institute
Type of Computer course taken
Training in Computer tools usage, Training in Software application usage, Software Programming, Basics of Computer usage
Class Location
Online class via Zoom
At the Institute
Class Location
Online class via Zoom
At the Institute
Certification offered
Yes
Photography types taught
Product Photography, Basics of Photography, Wildlife Photography, Fashion Photography, Landscape Photography
Class Location
Online class via Zoom
At the Institute
Teaches web designing at proficiency level
Basic Web Designing, Advanced Web Designing
Class Location
Online class via Zoom
At the Institute
Proficiency level taught
Advanced C++, Basic C++
+4 Docs
5.0 out of 5 33 reviews
Liyakat ali
"Great place to learn computer related courses. Good educational environment, certified institute. Practical knowledge, advance systems & equipment. I love Dicazo Institute I have completed Graphic Designing and Website Designing courses. "
Kushagra
"Best C++ Classes for Game design in Jaipur, I have been learning from last 2 years, now I am great in Game design "
Kushagra Tiwari
"Best institute for C++ in Jaipur , I have been learning from last 5 years , Now I am great Developer. "
Kushagra
"Best graphic design and institute in Jaipur, I have been learning from last 4 years, now I am great in Graphic design "
Have you attended any class with Dicazo Computer Institute?
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...
Answered on 21/12/2018 Learn IT Courses/Programming Languages/C Language
Ask a Question
#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
Ask a Question
#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
Ask a Question
Ask a Question
Also have a look at
Class Location
Online class via Zoom
At the Institute
Class Location
Online class via Zoom
At the Institute
Class Location
Online class via Zoom
At the Institute
Class Location
Online class via Zoom
At the Institute
Class Location
Online class via Zoom
At the Institute
Type of Computer course taken
Training in Computer tools usage, Training in Software application usage, Software Programming, Basics of Computer usage
Class Location
Online class via Zoom
At the Institute
Class Location
Online class via Zoom
At the Institute
Certification offered
Yes
Photography types taught
Product Photography, Basics of Photography, Wildlife Photography, Fashion Photography, Landscape Photography
Class Location
Online class via Zoom
At the Institute
Teaches web designing at proficiency level
Basic Web Designing, Advanced Web Designing
Class Location
Online class via Zoom
At the Institute
Proficiency level taught
Advanced C++, Basic C++
Answered on 21/12/2018 Learn IT Courses/Programming Languages/C Language
Ask a Question
#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
Ask a Question
#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
Ask a Question
Ask a Question
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...
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.