Guys here we going to publish a easy and effective series of C tutorial which will you in better understanding of C language. We Welcome your feedback and suggestions!!! Please Comment!! Tutorial-1 Any C program will contain a function called as: int main(int argc,char*argv[]) Now let us break this in parts and analyze one by one. 1)What is a function? Function is a small part of entire program,containing some set of instructions that is generally dedicated to perform a specific task. Advantages: Easy to debug,code resuability. Disadvantage: Lengthy code. 2) int : it is a built in data type stands for Integer, we are going to understand the data-types in more detail in comming tutorials, as of now just understand that a data-type is something that signifies the type of data,which helps the compiler to allocate the memory. We are also going to learn about memory allocation and other stuffs in later tutorials,however as of now we can describe mem...
What naunsiense is this
ReplyDeletekuldeep sir u r genius,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
ReplyDelete