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

VLSI Trainer Specialist in Front-End Design & Digital Systems

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

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

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

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

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

View 7 more Answers

Related Questions

What is the program for print calendar?
int fm(int date, int month,year) { int fmonth, leap; //leap function 1 for leap & 0 for non-leap if ((year % 100 == 0) && (year % 400 != 0)) leap = 0; else if (year % 4 == 0) ...
Yatindra
hi sir c progarm codeing how to write sir........
take any C book then u can learn more...
Suryateja
What is a macro, and how do you use it?
A macro is a fragment of code which has been given a name. Whenever the name is used, it is replaced by the contents of the macro. There are two kinds of macros. They differ mostly in what they look...
Sandeep
What is C language?
C is a versatile and powerful procedural programming language developed by Dennis Ritchie at Bell Labs in the early 1970s. Known for its simplicity, efficiency, and low-level access to memory, C has become...
Vikram
0 0
7
Why we use 'include stdio.h'?
The header file which is added to the program that one has written is basically what 'include stdio.h.' means. Stdio.h is known to contain the input and output operations like "printf" or "scanf" etc....
Jina

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

Ask a Question

Related Lessons

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 data type, then size of the Structure will be multiples...

C++ Program-Working with constant using #define preprocessor
//Header Files #include#include // using #define preprocessor for defining a constant#define len 10#define br 5#define rad 3#define NEWLINE '\n' //Main function void main(){ int area_r; float area_c; //Function...

Lets know about far, near and huge pointers for fresher interview purpose
All of these three candidates relate to 16 bit architecture where segmented memory architecture was there. They are not at all relevant for present days 32 or 64 bit architecture where the way of memory...

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 a machine, particularly a computer. Programming languages...

C Program-Error Handling[Program Exit Status]
//Header files #include<stdio.h>#include<conio.h>#include<stdlib.h> //Main Function void main(){ int dividend=20; int divisor=5; int quotient; //Function for clearing screen clrscr();...

Recommended Articles

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 >

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 >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

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