UrbanPro
true
Sankhadeep Pujaru C Language trainer in Bangalore

Sankhadeep Pujaru

Tutor of C, Core Java, having 5 years of development experience in DRDO, Bangalore and Honeywell

Basavanagar, Bangalore, India - 560037.

Verified

Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Sankhadeep Pujaru

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Overview

I can teach each and every topics very easily and make it stronger for the students.

Languages Spoken

Hindi

English

Bengali

Education

WBUT 2011

Bachelor of Technology (B.Tech.)

NIT Durgapur 2014

Master of Engineering - Master of Technology (M.E./M.Tech.)

Address

Basavanagar, Bangalore, India - 560037

Verified Info

ID Verified

Education Verified

Phone Verified

Email Verified

Facebook Verified

Report this Profile

Is this listing inaccurate or duplicate? Any other problem?

Please tell us about the problem and we will fix it.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

6

BTech Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

BTech Computer Science subjects

Java Programming, Database Management Systems

BTech Branch

BTech Computer Science Engineering

Type of class

Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

No

BCA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

BCA Subject

Database Management Systems , C Language Programming, Computer Basics and PC Software , IT, Java Programming, Operating System Concepts and Networking Management

Type of class

Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

No

Bengali Speaking classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Bengali Speaking classes

20

Teaching Experience in detail in Bengali Speaking classes

I am from West Bengal. This is my mother tongue.

Reviews

No Reviews yet! Be the first one to Review

FAQs

1. Which classes do you teach?

I teach BCA Tuition, BTech Tuition, Bengali Speaking and C Language Classes.

2. Do you provide a demo class?

Yes, I provide a free demo class.

3. How many years of experience do you have?

I have been teaching for 6 years.

Lessons (1)

Dynamic Memory Allocation in C using malloc()

#include <stdio.h>#include <conio.h>//#include <malloc.h> OR#include <stdlib.h>void main(){ int *ptr, i, n, sum = 0; printf("how many elements ? "); scanf("%d", &n);...

04/06/2020
0 0
0

Answers by Sankhadeep Pujaru (8)

Answered on 22/10/2017 Learn IT Courses/Programming Languages/C Language

If you are a beginner then you can choose C or Python Programming language. But the essence of programming lies in solving problems rather than the programming language itself. Try to improve your problem solving skills in any language.
Answers 8 Comments
Dislike Bookmark

Answered on 22/10/2017 Learn IT Courses/Programming Languages/C Language

In second semester of our B.Tech Syllabus we learned C language. I have seen many students who learned C++ in their higher secondary standards. During my M.Tech course, I have been introduced to Python programming language. I will recommend Python for the beginners.
Answers 8 Comments
Dislike Bookmark

Answered on 22/10/2017 Learn IT Courses/Programming Languages/C Language

If you are not including any header file than also your program will run completely but the condition is that you have to make all the functions by yourself, like printf and scanf functions. We use these functions and include header files in our programs to reduce their complexity as well as they also... ...more
If you are not including any header file than also your program will run completely but the condition is that you have to make all the functions by yourself, like printf and scanf functions. We use these functions and include header files in our programs to reduce their complexity as well as they also save our time.
Answers 16 Comments
Dislike Bookmark

Answered on 22/10/2017 Learn IT Courses/Programming Languages/C Language

There are various websites from where you will get many types of C questions. Try to solve them. If you stuck anywhere search the answer and try to understand the logic.
Answers 2 Comments
Dislike Bookmark

Answered on 25/04/2016 Learn IT Courses/Programming Languages/C Language

How can you check to see whether a symbol is defined?

You can use the #ifdef and #ifndef preprocessor directives to check whether a symbol has been defined (#ifdef) or whether it has not been defined (#ifndef).
Answers 2 Comments
Dislike Bookmark

Teaches

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

6

BTech Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

BTech Computer Science subjects

Java Programming, Database Management Systems

BTech Branch

BTech Computer Science Engineering

Type of class

Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

No

BCA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

BCA Subject

Database Management Systems , C Language Programming, Computer Basics and PC Software , IT, Java Programming, Operating System Concepts and Networking Management

Type of class

Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

No

Bengali Speaking classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Bengali Speaking classes

20

Teaching Experience in detail in Bengali Speaking classes

I am from West Bengal. This is my mother tongue.

No Reviews yet! Be the first one to Review

Answers by Sankhadeep Pujaru (8)

Answered on 22/10/2017 Learn IT Courses/Programming Languages/C Language

If you are a beginner then you can choose C or Python Programming language. But the essence of programming lies in solving problems rather than the programming language itself. Try to improve your problem solving skills in any language.
Answers 8 Comments
Dislike Bookmark

Answered on 22/10/2017 Learn IT Courses/Programming Languages/C Language

In second semester of our B.Tech Syllabus we learned C language. I have seen many students who learned C++ in their higher secondary standards. During my M.Tech course, I have been introduced to Python programming language. I will recommend Python for the beginners.
Answers 8 Comments
Dislike Bookmark

Answered on 22/10/2017 Learn IT Courses/Programming Languages/C Language

If you are not including any header file than also your program will run completely but the condition is that you have to make all the functions by yourself, like printf and scanf functions. We use these functions and include header files in our programs to reduce their complexity as well as they also... ...more
If you are not including any header file than also your program will run completely but the condition is that you have to make all the functions by yourself, like printf and scanf functions. We use these functions and include header files in our programs to reduce their complexity as well as they also save our time.
Answers 16 Comments
Dislike Bookmark

Answered on 22/10/2017 Learn IT Courses/Programming Languages/C Language

There are various websites from where you will get many types of C questions. Try to solve them. If you stuck anywhere search the answer and try to understand the logic.
Answers 2 Comments
Dislike Bookmark

Answered on 25/04/2016 Learn IT Courses/Programming Languages/C Language

How can you check to see whether a symbol is defined?

You can use the #ifdef and #ifndef preprocessor directives to check whether a symbol has been defined (#ifdef) or whether it has not been defined (#ifndef).
Answers 2 Comments
Dislike Bookmark

Contact

Load More

Lessons (1)

Dynamic Memory Allocation in C using malloc()

#include <stdio.h>#include <conio.h>//#include <malloc.h> OR#include <stdlib.h>void main(){ int *ptr, i, n, sum = 0; printf("how many elements ? "); scanf("%d", &n);...

04/06/2020
0 0
0

Sankhadeep Pujaru describes himself as Tutor of C, Core Java, having 5 years of development experience in DRDO, Bangalore and Honeywell. He conducts classes in BCA Tuition, BTech Tuition and Bengali Speaking. Sankhadeep is located in Basavanagar, Bangalore. Sankhadeep takes at students Home and Online Classes- via online medium. He has 20 years of teaching experience . Sankhadeep has completed Bachelor of Technology (B.Tech.) from WBUT in 2011 and Master of Engineering - Master of Technology (M.E./M.Tech.) from NIT Durgapur in 2014. HeĀ is well versed in Hindi, English and Bengali.

X

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more