C Language is First Programming Language.
I Can say it is base of all Programming Language.
To develop the code in Java ,c# , VB , c++ ,Or any Language we need C.
I am not saying that only C is language where you can apply your all logic but if you will apply then it
will be good.
If you want to develop logic in c language then you have to learn Simple Programs ..
i.e .
Even - Odd Number.
Prime - Perfect Number.
Armstrong Number.
series of perfect and prime number.
By playing with loops you can improve logic in good way ..
Like
For loop ,
If - Else,
while loop..
goto statement
switch statement
C language gives you idea about ,How to write program using Array ,Pointers, Structure.
Main thing is that you should know how to declare the variables and how to initialize them..
How to create a function and how to call the function which you have already created.
While writing the program , writing comments is also nice idea.
By Using Turbo C Just Use F7 key to check step by step execution .
0 comments: