Sunday 16 November 2014

Introduction to "C" Programming Language

The code for Programming includes two portions

  1. Library portion
  2. Coding Area
Library Area is Filled With Libraries e,g "  #include<iostream> " 
These libraries Enable the code to be used and unless the correct libraries are not included the code would not be performed. If your code uses some string functions then include the library "#include<string>" 
Every library have some built in functions that can be used. For instance string library have some functions like
  1. Find the string length
  2. Number of lower and upper case letters
After you are done with the library thing you can move on to write the code.

Stay SUBSCRIBED for more incoming details of Programming...



No comments:

Post a Comment