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.
Intro Video
+42 more
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 (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 Computer tools usage, Software Programming, Basics of Computer usage, Training in Software application 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
Basic C++, Advanced C++
+4 Docs
1. Which classes do you teach?
We teach Adobe Illustrator, Adobe Photoshop Training, Adobe Premiere, C++ Language, Computer, Corel DRAW, Graphic Designing, Photography and Web Designing Classes
2. Do you provide a demo class?
Yes, We provide a free demo class.
3. Where are you located?
We are located in Raja Park, Jaipur.
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
#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
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 Computer tools usage, Software Programming, Basics of Computer usage, Training in Software application 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
Basic C++, Advanced C++
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
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.