#include<stdio.h>
int main(){ int a,b,c; printf("Enter value of a: "); scanf("%d",&a); printf("Enter value of b: "); scanf("%d",&b); c=a+b; printf("sum of your numbers: %d",c); return 0; }
Youtube video s
This blogger has been created for the purpose of education. The owner of this blogger is Vikas Kumar Sharma who has worked hard in making this blog lo, only coding related topics are posted in this blog. Computer people who want to learn the language, follow this blog and post it to others
# include < stdio.h > # include < string.h > int main ( ) { //declare variables char str1 [ 30 ] ; int i , len...
very good sir
ReplyDelete