Computer education
Thursday, 30 August 2018
Saturday, 4 August 2018
Definition of c programing
- (1) what is program?
- ans- it is set of instructions that execute step-by-step and to accomplishing a specific computing task
- (2) programming language- c,c++, java, vb,c# etc.
Subscribe to:
Comments (Atom)
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...