Coding info
The source or program code written in source file
needs to be converted into machine understandable language so that processor
can execute the program. The compiler compiles the codes into machine
executable programs. Compilation of a C program is divided into four separate
steps. They are Preprocessing, compilation, assembly and linking.
good
ReplyDeletewhat
ReplyDeletea variable who can contain the address of another variable.
ReplyDeleteint *ptr,num=10;
ptr = #