UrbanPro
Find Best C Language Classes in Karve Nagar, Pune

What is your location?

Select Country

search

India

Please enter your locality

Back

C Language Classes near me in Karve Nagar, Pune

Select from 45 Online & Offline C Language Classes in your locality

1
Karve Nagar, Pune
Verified
18 yrs of Exp
200per hour
Classes: C Language

Education: M. Tech in Embedded Systems Experience: 18 years of industrial experience Domain: Industrial Automation, Embedded Systems Training skills:...

2
Karve Nagar, Pune
1 yrs of Exp
Classes: C Language, Class 7 Tuition and more.

Worked as Mechanical Engineering, Mathematics and Science Subject Matter Expert at Chegg.com, Testbook, Byjus & NCR Edu services. 6 years of teaching...

3
Jyotsna V. C Language trainer in Pune
Karve Nagar, Pune
9 yrs of Exp
Classes: C Language, Class 6 Tuition and more.

Very experienced in coaching school and college students as well as professionals. Expert coaching has been given to professionals wanting to settle/practice...

Do you need help in finding the best teacher matching your requirements?

Post your requirement now
4
Karve Nagar, Pune
6 yrs of Exp
67per hour
Classes: C Language, C++ Language and more.

I have 8+ experience to teach c, cpp, core java

5
Karve Nagar, Pune
Classes: C Language, Personality Development Training and more.

I am a teacher giving home n online tuition.

6
Karve Nagar, Pune
2 yrs of Exp
Classes: C Language, Java Training and more.

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

7
Karve Nagar, Pune
1 yrs of Exp
Classes: C Language, Java Training and more.

B.Tech graduate, in Computer Science and Engineering.

8
Karve Nagar, Pune
Classes: C Language, Angular.JS and more.

TSMind Technology is a Leading Training Provider for Software Development Courses since 2015. We provide high Quality Industry Level Training with...

9
Karve Nagar, Pune
Classes: C Language, Java Script Training and more.

CNC WEB WORLD is one of the Leading Hubs in IT Training. We make sure that our students learn the training courses in a practical manner to get maximum...

10
Leeway It Services C Language institute in Pune
Karve Nagar, Pune
Classes: C Language, HTML and more.

Leeway IT services 'Pune's First Best Web Design & Development Training Institute. We Provide (HTML5 CSS3 Bootstrap Javascript Angular JS & PHP)...

1
Verified

Find more C Language Classes

Key highlights about C Language Classes

✅ Free Demo Class : Available
✅ Average price : INR 250/hr
✅ Tutors available : 45
✅ Class format : Online or Offline classes

FAQ

How do I find the best C Language Classes near me in Karve Nagar, Pune near me?

You can browse the list of best C Language tutors on UrbanPro.com. You can even book a free demo class to decide which Tutor to start classes with.

What is the typical Fee charged for C Language Classes near me in Karve Nagar, Pune?

The fee charged varies between online and offline classes. Generally you get the best quality at the lowest cost in the online classes, as the best tutors don’t like to travel to the Student’s location.

Monthly Fee for 1-1 Classes

INR 2,400 - ₹ 3,600 for 12 classes per month

Hourly Fee for 1-1 Classes

INR 200 - ₹ 300

Monthly Fee for Group Classes

INR 1,920 - ₹ 2,880 for 12 classes per month

Hourly Fee for Group Classes

INR 160 - ₹ 240

Monthly Fee for C Language Classes at home

INR 2,400 - ₹ 3,600 for 12 classes per month

Hourly Fee for C Language Classes at home

INR 200 - ₹ 300

Monthly Fee for Online C Language Classes

INR 3,000 - ₹ 3,600 for 12 classes per month

Hourly Fee for Online C Language Classes

INR 250 - ₹ 300

Does joining C Language Classes help?

It definitely helps to join C Language Classes near me in Karve Nagar, Pune, as you get the desired motivation from a Teacher to learn. If you need personal attention and if your budget allows, select 1-1 Class. If you need peer interaction or have budget constraints, select a Group Class.

Where can I find C Language Classes near me?

UrbanPro has a list of best C Language Classes

Reviews for top C Language Classes

Average Rating
(4.6)

19 Reviews

  • L
    review star review star review star review star no review stars
    10 Oct, 2018

    Pragati attended C Language

    "Sir teaches us nicely almost all concepts get clear in class itself only. Every concept..."

    Y
    review star review star review star review star review star
    28 Mar, 2017

    Sameer attended C Language

    "Excellent teaching skills with immense knowledge. One of the best teacher for understanding..."

    S
    review star review star review star review star review star
    17 Aug, 2018

    Amol attended C Language

    "Trainers are well experienced, always ready to help, apart from technical skills,..."

    L
    review star review star review star review star review star
    13 Feb, 2019

    Janvi attended C Language

    "Good teaching quality. Focus given on each individual student . Good learning experience..."

  • S
    review star review star review star review star review star
    11 Mar, 2021

    Vaibhav attended C Language

    "I learned lot of things from Shridhar sir. Sir teaching style is very good. Understand..."

    R
    review star review star review star review star review star
    17 Dec, 2021

    Varad attended C Language

    "Excellent demo to start with which convinced to enroll for such a fabulous course...."

    R
    review star review star review star review star review star
    17 Dec, 2021

    Vaishnavi attended C Language

    "Very excellent. Easy to understand, Ample practice, Very good. The practice makes..."

    R
    review star review star review star review star review star
    17 Dec, 2021

    Akanksha attended C Language

    "Mam you teach very well. Because of online classes I can connect with you. Because..."

Get connected

Looking for C Language Classes?

Find Online or Offline C Language Classes on UrbanPro.

Do you offer C Language Classes?

Create Free Profile »

C Language Questions

How can I prevent my simple C project from being crashed at runtime?

you might have a problem related to pointers. pls review your code

I don't know anything about C but I need to sit for my placements. How should I start?

do you have any computer background before or not if yes there are many options to learn C language....

Which is the best C language IDE/compiler for Windows?

Microsoft's Visual Studio is a powerful integrated development environment (IDE) that supports C/C++...

How can I become a good programmer after only one year?

First of all u need to start from basic languages like c c++ then java...and need more practice if there...

C Language Lessons

Introduction to Programming Languages

What is a Programming Language? A programming language is a formal computer language or constructed language designed to communicate instructions to...

Do You Know How Is Size Of Structure Defined?

Size of the structure is defined based on multiplies of bigger data type member in the structure. Example: If a structure contains integer, char, short...

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...

Can we store different data types in a stack?

Yesterday, one of my Facebook friend asked me this question. My answer is "yes", and in this post I will discuss how could we do this.I am a great supporter...

Some interview questions and answers for fresher level on Pointers

What is a void pointer? Void pointer is a special type of pointer which can reference or point to any data type. This is why it is also called as...

Looking for best C Language Classes?

POST YOUR REQUIREMENT

Find Best C Language Classes?

Find Now »

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