I have covered all the basics of C properly. I can program small problems with ease. But when it comes to programming advanced projects, I really get stuck. What can I do to improve?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

Senior Software Engineer

Essentially basic C programming provides you the knowledge about the core constructs and their uses but larger projects needs much better constructs to make your program more effiecient. So such better constructs are provided by concepts in datastructures and OOP. So try diving in data structures and...
read more
Essentially basic C programming provides you the knowledge about the core constructs and their uses but larger projects needs much better constructs to make your programmore effiecient. So such better constructs are provided by concepts in datastructures and OOP. So try diving in data structures and OOP once you get the C fundamentals. read less
Comments

Competitive Programmer and Learner

To learn and get continously better at something, try solving problems that are just higher than your capacity. They should neither be too easy nor too hard for you. Choosing such problems is important for growth. Try solving problems on CodeChef by sorting them according to difficulty. You may also...
read more
To learn and get continously better at something, try solving problems that are just higher than your capacity. They should neither be too easy nor too hard for you.Choosing such problems is important for growth. Try solving problems on CodeChef by sorting them according to difficulty. You may also try A2OJ to classify problems according to topics and difficulty. Once you are comfortable with easy problems on these websites, start learning DS and algorithms. Participate in contests and after contest is over, try up-solving the last problem you could not solve during contest. Usually, this is the problem that is just above your capacity. read less
Comments

Related Questions

In how many days can we learn the C language?
Around one month and depends upon you how much time you give.
Ravi Shankar
0 0
9
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 the structure of a C program?
A basic structure of a C program typically consists of: 1. **Preprocessor Directives:** These are lines of code that begin with a `#` symbol. They are instructions to the compiler to include certain...
Snehal
0 0
5
What are pointers in C language?
Hi Imran, Hope you are doing good. Are you looking for short answer or long answer? :) Pointers in C are variables that store memory addresses. They point to the location of another variable, allowing...
Imran
0 0
7
What is the use of getch(); in the end of c program
getch() is used to hold the console(output) window on the screen after the whole program run is completed till the user enters a key from keyboard. However, the character entered is not displayed on screen....
Priyanka

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 Sample Application
//Standard Library Functions(Header Files used) #include<stdio.h> #include <conio.h> //Main method int main() { // function for clearing screen clrscr(); // function to print the output...

Efficient Learning Strategies
Type your notes after class Write your notes onto flashcards - Scrabble -Make posters Review flashcards while walking, at gym, etc. Dog-ear pages in the reading where you can find...

How do i get best Campus / Off Campus Placement?
Companies are looking for Skilled Freshers. So build your technical skills while doing MCA / BTech / BCA / BSc (IT or CS) into below areas- 1. Strong your programming & debugging skills ...

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

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 >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

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