Hi friends
this is siva
i would like to be a programmer in C is there any chance.......
if so please inform me......
Hi friends
this is siva
i would like to be a programmer in C is there any chance.......
if so please inform me......
hi if u want to be a c programmer, u have to practice and be master in dynamic memmory allocation , how to distroy allocated memory.. how we can manage datas in heap....
start from Herbert Schildt, "C: The Complete Reference"
Complete reference books are very good for reference.. If u know the language well then u can refer .. But if u r a beginner then it will be nightmare.... so use simple books like balaguruswamy book or some other simple books....
Hi,
For beginning learn about
if, for, while, ... (C ANSI)
struct... typedef ...
and after a good programmer know STD library...
C programming is a very interesting thing if u go into Graphics in C (use Yeswath kanitkar book) . U can control our mouse u can create ur own paint proram using this C.
using extern keyword we can use the varibles globally.
C is not so flexible in regular exression handling .
Almost all applications internally using C to manage the memory allocation. using malloc, calloc, realloc and free function u can manage the memory very efficiently.
Pointers in C also very important . One variable can hold the address of the other.
Bookmarks