UrbanPro

Learn C Language from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

How do I become good in competitive programming in a year if I have just started learning C language?

Asked by Last Modified  

Follow 9
Answer

Please enter your answer

Tutor

The best topics to learn would be Data structures and also the analysis of algorithms..(THESE ARE BASICS BUT IF U LEARN THEM PROPERLY!!! CODING WOULD BE A PIECE OF CAKE FOR U....)
Comments

An excellent way to get started with competitive programming is choosing a programming language, i.e. C++, Java, Python. And master the basics, i.e., in-built functions, stacks and queues, array list, string functions. Study the fundamentals of algorithms and data structures and take advantage of online...
read more

An excellent way to get started with competitive programming is choosing a programming language, i.e. C++, Java, Python. And master the basics, i.e., in-built functions, stacks and queues, array list, string functions. Study the fundamentals of algorithms and data structures and take advantage of online platforms like Codechef, InterviewBit, Topcoder, SPOJ to learn. Participate in virtual contests hosted in platforms like code forces which will help with your problem-solving skills which will boost your confidence in performing in real-time games. Some great Youtube channels that would help in gaining some useful tips are Scalar Academy, Gaurav Sen, Rachit Jain.

read less
1 Comments

Trainer

I f you know the basics of programming then just start with some website and start coding. 1.GeegsforGeegs. 2.Career cup. etc.
Comments

Home Tutor

For competitive programming the best language will be C++. This is due to the reason that it’s fast and a faster code matters when you need to compete against the world’s top rankers. I will also suggest having Java in your toolbelt because of some added library support which might come handy for certain...
read more
For competitive programming the best language will be C++. This is due to the reason that it’s fast and a faster code matters when you need to compete against the world’s top rankers. I will also suggest having Java in your toolbelt because of some added library support which might come handy for certain type of problems (e.g. Big Endian). Once you are clear with the basics of C++, you can get started by solving the problems on SPOJ by increasing order of difficulty Sphere Online Judge (SPOJ). After around 20 problems the algorithmic problems will get started. Those will require you to learn some basic algorithms among the categories of search, sort etc. You can look it up on topcoder tutorials. read less
Comments

Tutor

Go through the previous years papers and try to solve them. You will even get online mock tests in this way you can practice and gain knowledge.
Comments

10 + years, 5000+ students, proficiency in hindi & english, on a mission of making things easy

start creating logics. languages differs in syntax only. if logics are good you can easily change in any language. As well try to solve output finding questions and start working upon a project. You start the project and things will be implemented simultaneously while learning. It will take time but...
read more
start creating logics. languages differs in syntax only. if logics are good you can easily change in any language. As well try to solve output finding questions and start working upon a project. You start the project and things will be implemented simultaneously while learning. It will take time but it will last forever. read less
Comments

10 + years, 5000+ students, proficiency in hindi & english, on a mission of making things easy

coding is the game of logics. Hold C and start learning logic building. In start you can use any book and write examples given there. After that try variations in those examples on your own. After getting some confidence simply take simple projects on c and start building them. Search google learn the...
read more
coding is the game of logics. Hold C and start learning logic building. In start you can use any book and write examples given there. After that try variations in those examples on your own. After getting some confidence simply take simple projects on c and start building them. Search google learn the way and implement in your project. it takes time but it lasts forever. read less
Comments

Are you looking for an Expert Friendly Tutor?

You need two things; 1. Your deep interest and 2. Your dedication. You can be master by practice. If you give me 1 year time then I can start from C, and then C++, Java and .NET (C#.NET, ASP.NET, ADO.NET, HTML/CSS) etc. and then you will be a professional programmer with the subjects that is in trend....
read more
You need two things; 1. Your deep interest and 2. Your dedication. You can be master by practice. If you give me 1 year time then I can start from C, and then C++, Java and .NET (C#.NET, ASP.NET, ADO.NET, HTML/CSS) etc. and then you will be a professional programmer with the subjects that is in trend. See learning what are there in a programming language is not enough, you have to practice more case studies every day to tame the language... read less
Comments

computer science teacher

Only practice and have to understand the language.you have to solve lot of programs then automatically you gain a knowledge.since you are beginner so follow kanitkar in c language book.
Comments

View 7 more Answers

Related Questions

how much time does it take to learn c language from basic to advance range
3 month and also depend in your skill to learning power...
Nithin
Can anybody provide me error free coding for graphic program in C??? Animated Smiley program Rotating Fan progran Sunrise program
#include graphics.h #include conio.h #include stdlib.h #include dos.h main() { int gd = DETECT, gm,area,temp1,temp2,left =25,top=75; void *p; initgraph(&gd,&gm,”C:\TC\BGI”); setcolor(YELLOW); circle(50,100,25); setfillstyle(SOLID_FILL,YELLOW); floodfill(50,100,YELLOW); setcolor(BLACK); setfillstyle(SOLID_FILL,BLACK); fillellipse(44,85,2,6); fillellipse(56,85,2,6); ellipse(50,100.205,335,20,9); ellipse(50,100.205,335,20,10); ellipse(50,100.205,335,20,11); area...
Gayu
0 0
8
Why should I learn Python over C or C++?
There are definite differences. C++ is a strongly typed language and Python is not. There's no need to declare variables. ... (I generally don't like languages to be dependent on any kind of formatting,...
Sajini
What is the difference between a string and an array?
An array is an array of anything. A string is a specific kind of an array with a well-known convention to determine its length. There are two kinds of programming languages: those in which a string is...
Rakes
Why is a compiler used for language C and not an interpreter?
C is a structured programming language. It’s code consists of many macros, function calls references etc., which is required to be decoded before program’s execution can take place, so that any error is...
Savitha
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Structures in C
A structure is a collection of one or more data members possibly of different data types, grouped together under a single name for convenient handling. Defining a Structure: In general terms,...

What Are IT Industries Performance Metrics?
1. Outstanding Expectation: Eligible to get Promotion easily and good salary hike. Always preferrable to go abroad. 2. Exceed Expectation: Can get Promotion as per schedule of company with good salary...

Facts about C language
C programming language was developed in 1972 by Dennis Ritchie at AT&T Bell Labs. It was developed to overcome the problems of languages such as B, BPCL. It was developed to write the Unix operating...

Tips of learning Java Language/Other Programming Languages
1.You should know the basic concept: If we talk about programming languages so basic concept are same in all the high level languages. So you should know the basic concept firstly then you can easily understand...
I

ICreative Solution

0 0
0

Why we need to learn Programming languages?
Language is medium for communication. If two parties like to communicate or exchange the thoughts they must know a language. Language should be understandable by both the Parties. For example A wants to...

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for C Language Classes?

The best tutors for C Language Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn C Language with the Best Tutors

The best Tutors for C Language Classes are on UrbanPro

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