How can I learn good C programming from the beginning in a month?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

If you are a novice, "Let Us C" by Yashavant P Kanetkar is a good book to start. It is written in a simple and easy to understand manner. In one month duration, you can cover the basics if you devote 2-3 hours per day. For moderate commmand in C, you need to spend at least 5-6 hours per day including...
read more
If you are a novice, "Let Us C" by Yashavant P Kanetkar is a good book to start. It is written in a simple and easy to understand manner. In one month duration, you can cover the basics if you devote 2-3 hours per day. For moderate commmand in C, you need to spend at least 5-6 hours per day including theory, questions & hands-on programming. Outline: 1) C Basics, Tokens, Expressions 2) Conditional Statements ( if, else) 3) Looping Statements (while, for, dowhile) 4) Pointer 5) Function 6) Recursion 7) Array, String 8) Structure, Union 9) File I/O 10) bit operations read less
Comments

Having 14yrs of experience in teaching

Comments

Related Questions

Why is the C language important?
due to its efficiency, portability, and widespread use in system programming, embedded systems, and operating system development.
Soumya
0 0
6
Can the last case of a switch statement skip including the break?
Last case if a switch should be DEFAULT.. Good to have this case always. Executed only when there's no other matching cases found.
Sanjeev
Who founded the C language? Why?
The C programming language was developed by Dennis Ritchie at Bell Labs in the early 1970s. Ritchie, along with his colleague Ken Thompson, created C as an evolution of the B programming...
Santosini
0 0
7
What is the difference between #include and #include" "
first one is used for predefined header files.. and second is used for user defined header files
Priya
1 0
6

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

Ask a Question

Related Lessons

Bit wise operators in C
Bit Wise Operators Bit Wise operators are manipulates of individual bits with in a word of memory. The bit wise operators can be divided in to three general category. One’s Complement...

Design your own Mouse Driver in C Language
Mouse Driver (msdrv.h) #include #include union REGS i,o; restrictmouseptr(int x1, int y1, int x2, int y2) { i.x.ax=7; i.x.cx=x1; i.x.dx=x2; ...

Some Tricky Questions in C
Can you write two functions in which one executes before main function and other executes after the main function? #pragma startup #pragma exit Where, priority is optional integer value.For user priority...

Storage classes in c
Storage classes determine the scope and life time of a variable. Scope is defined as the region over which the defined variable is accessible. Lifetime is the time during which the value of a variable...

C Program-Temperature [conversion from farenheit to degree celsius]
//WAP to convert temperture from farenheit into degree celsius //Header files#include<stdio.h>#include<conio.h> //Main functrion void main(){ //Variable declaration of type float float...

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 >

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 >

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