//program to add two numbers
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,c;
clrscr(): //its prototype or header file is conio.h
printf("\n enter first number :"); //its prototype or header file is stdio.h
scanf("%d",&a); //its prototype or header file is stdio.h
printf("\n enter second number :"); //its prototype or header file is stdio.h
scanf("%d",&b); //its prototype or header file is stdio.h
c=a+b;
printf("\n the sum of two numbers is :%d",c); //its prototype or header file is stdio.h
getch(); //its prototype or header file is conio.h
}
x -=y;
Write and run a client and a server program in C-language using UDP
Yes.
write a lex program to delete space from the program
How to write the program un Assembly language to set a password for personal computers?
write an assembly language program to find sum of N numbers
fish
Write your program and if you are having a problem post it here with a description of the problem you are having. What you are asking is for someone to do your homework for you. no i am asking to verify my answer
substracion of any two number program in c
x -=y;
The question is malformed and incomprehensible.
Write and run a client and a server program in C-language using UDP
question clarity
write a program to print A to Z on screen in c?
write a lex program to delete space from the program
Yes.
How to write the program un Assembly language to set a password for personal computers?