बिजनेस मार्केटिंग का लो कॉस्ट फंडा , अपने मोबाइल से ऑटो sms भेजकर मार्केटिंग करे विजिट करे http://autotextsms.com/ बिजनेस मार्केटिंग का लो कॉस्ट फंडा http://autotextsms.com/

Search This Blog

Translate

C Programming error miss mach prototype C Programming You must Know ?

parse error before int,runtime error in c programming,what is syntax error in c programming,error handling in c programming

c programming bus error,  

C Programming error miss mach prototype   You must Know ? 

Before start typing of c program you must know certain things about c programming language .

1C is a case sensitive Language : what is meaning of case sensitive. case sensitive means different meaning for capital and small letters. as in c 'A'not equal to 'a' . It means different meaning for small case and Capital case letter .while typing C program you must take care of this.

2. C is a Procedural Language : Procedural means fixed format that means c has fixed some thing about how to write a c program it has been already defined where to put header file ,where we are going to declare variable ,which is starting point of program where to use { }brackets, where to use ( ) brackets , how to write statement , where is end of statement ; semicolon known as statement terminator .

C has already define the basic structure of program you can follow this things only.

3. C is a Free Format Language: It means you can write c program using single line or using number of line in your  code that is free format .

As c program means collection of statement .you are going to write number of statement in your program separated by semicolon you can use single line in that line you can write all statement using semicolon or write this statement using separate line.

4. Declare variable Before Use: It is basic thing that you must know you can't  use any variable in c program before declaring it . if you do this your program will give error .

So Declare Variable First and Then use it in programming 

parse error before int,runtime error in c programming,what is syntax error in c programming,error handling in c programming

c programming bus error,

  

C Program example List