2 Student Reviews
I am a engineer, I am giving online tutor training. I am certified in BIG DATA and HADOOP. I have B Tech degree in Computer Science and Engineering. My key skills are C and JAVA. I have accomplished in IOT CHALLENGE conducted in RADIANCE 2018, held at IIT BOMBAY.
I am a engineer, I am giving online tutor training. I am certified in BIG DATA and HADOOP. I have B Tech degree in Computer Science and Engineering. My key skills are C and JAVA. I have accomplished in IOT CHALLENGE conducted in RADIANCE 2018, held at IIT BOMBAY.
my name is madhusudhan iam teaching in c language and python programming i have 10 yrs experience in IT faculty i completed my MCA in 2012 at affiliated jntuh Hyderabad
my name is madhusudhan iam teaching in c language and python programming i have 10 yrs experience in IT faculty i completed my MCA in 2012 at affiliated jntuh Hyderabad
I am an engineer. I am give home tutions since two years. I am certified in c,c++,web application development ,mobile application development. My key skills are explaining the subject with clear explanation as well as with examples.
I am an engineer. I am give home tutions since two years. I am certified in c,c++,web application development ,mobile application development. My key skills are explaining the subject with clear explanation as well as with examples.
I worked as an Associate professor in a reputable engineering College for 12 years. Then I worked as a software Engineer for two years. I am passionate about teaching and want to help others learn programming languages quickly.
I worked as an Associate professor in a reputable engineering College for 12 years. Then I worked as a software Engineer for two years. I am passionate about teaching and want to help others learn programming languages quickly.
I am an embedded software developer trainee having great knowledge and exposure to C programming, Embedded C. I hope I could teach students who are interested to learn C in simple manner.
I am an embedded software developer trainee having great knowledge and exposure to C programming, Embedded C. I hope I could teach students who are interested to learn C in simple manner.
I am a PMP, ACP, Six Sigma Black Belt, and ISO 9000 Auditor and Information Security Auditor I have over 25 years of Industry experience handling Huge Programs I have won many awards my career, notable among which is being one among 35 people out of 3500 professionals in 2011. Have strong written verbal communication skills and have been training on all the subjects mentioned above areas for over 20 years
I am a PMP, ACP, Six Sigma Black Belt, and ISO 9000 Auditor and Information Security Auditor I have over 25 years of Industry experience handling Huge Programs I have won many awards my career, notable among which is being one among 35 people out of 3500 professionals in 2011. Have strong written verbal communication skills and have been training on all the subjects mentioned above areas for over 20 years
Software tester with 6 years professional experience with diverse exposure in different methodologies in today's STLC. I work for an reputed IT firm as a Senior software engineer in reputed organization based out of USA. I am enthusiastic to learn new technologies and a good knowledge grasp from the environment. Received many appreciations and 3 awards in professional career.
Software tester with 6 years professional experience with diverse exposure in different methodologies in today's STLC. I work for an reputed IT firm as a Senior software engineer in reputed organization based out of USA. I am enthusiastic to learn new technologies and a good knowledge grasp from the environment. Received many appreciations and 3 awards in professional career.
My teaching is very simple,understandable way and every topic is compared with real time examples. Especially for b. Tech students.
My teaching is very simple,understandable way and every topic is compared with real time examples. Especially for b. Tech students.
We have a capability to work harder and we know how to manage a student, how to deal with them and We have a good teaching skills and knowledge. We have a capability of to be a good teacher.
We have a capability to work harder and we know how to manage a student, how to deal with them and We have a good teaching skills and knowledge. We have a capability of to be a good teacher.
Graduated from NIT Nagpur with 8.0 CGPA and worked as Designer Engineer in AMI Technologies for 3 years.
Graduated from NIT Nagpur with 8.0 CGPA and worked as Designer Engineer in AMI Technologies for 3 years.
Browse hundreds of experienced dance tutors across Hyderabad. Compare profiles, teaching styles, reviews, and class timings to find the one that fits your goals
Select your preferred tutor and book a free demo session. Experience their teaching style, ask questions, and understand the class flow before you commit.
Once you're satisfied, make the payment securely through UrbanPro and start your dance journey! Learn at your own pace — online or in-person — and track your progress easily.
Find the best C Language Tutor Classes
Selected Location C is a base language and easy to learn. This language is included in the syllabus of all most all the...
This will produce error. 1. You can not never assign a 'printf' which is a function to a integer variable. 2....
In C,= is assignment operator and == is equality operator that is used to compare two values or expressions.
#include<conio.h>#include<stdio.h>void main(){int i,a=0;for(i=5,i<=65;i=i+a){printf("%d\t",i);a=a+4;}getch();}
int fm(int date, int month,year) { int fmonth, leap; //leap function 1 for leap & 0 for non-leap ...
#include <stdio.h>#include <conio.h>//#include <malloc.h> OR#include <stdlib.h>void main(){ int *ptr, i, n, sum = 0; printf("how...
The days when e-discovery consisted of handing over copies of e-mails to address Freedom of Information Act (FOIA) requests, compliance regulations or...
Knowledge on any subject is widely available to those who wish to learn. However, just gathering knowledge from other people doesn’t guarantee results...
Advantages of C++ - C++ is a profoundly convenient dialect and is frequently the dialect of decision for multi-gadget, multi-stage application advancement. -...
//Header Files #include#include // User defined functions swap with 2 pointer variables passed as an argument list void swap(int*i,int*j){ // Local...