Saturday, 4 August 2018

Definition of c programing

  • (1) what is program?

  1. ans- it is set of instructions that execute step-by-step and to accomplishing a specific computing task
  2. (2) programming language- c,c++, java, vb,c# etc. 

  1. data type and variable-int,char,float,double.
  2. variable-a,b,c.
  3. float-x,y,z.
  4. format specifier - %d-int
  5. %c-char
  6. %f-float
  7. %g-double

No comments:

Post a Comment

INPUT TWO NO AND SUM IT

INPUT TWO NO AND SUM IT #include<stdio.h> #include<conio.h> void main() { int a,b,c; clrscr(); printf("ente...