TCS Company Conducting Campuses interviews in Vijaynaran Bhogapuram Visakhpatnam Area
Thursday, 1 February 2018
Home »
» Campus Interviews in TCS in Vijaynagram at Visakhapatnam Area in Andhra Pradesh
Campus Interviews in TCS in Vijaynagram at Visakhapatnam Area in Andhra Pradesh
TCS Company Conducting Campuses interviews in Vijaynaran Bhogapuram Visakhpatnam Area
Related Posts:
Graphic Program#include<stdio.h>#include<conio.h>#include<graphics.h>main(){ int r=12,c=80; clrscr(); while(!kbhit()) { gotoxy(c,r); textcolor(c+BLINK+3+7); cprintf(".......ANIL KUMAR......."); c--; if(c==1) { c=80… Read More
Program for armstrong #include<stdio.h>#include<conio.h>main(){ int n,r,sum=0,t; clrscr(); printf("enter the value:"); scanf("%d",&n); t=n; while(n!=0) { r=n%10; sum=sum+r*r*r; n=n/10; } if(t==sum) { printf("it is a armstrong")… Read More
Add of Two numbers#include<stdio.h>#include<conio.h>#define add 20main(){ int a,b; clrscr(); printf("enter the value:"); scanf("%d",&a); b=add+a; printf("the result is %d",b); getch();}�… Read More
Askey Value Of given Number #include<stdio.h>#include<conio.h>main(){ int i,n; clrscr(); printf("enter the values:"); scanf("%d",&n); printf("The Askey Value Of given Number is up to: %d",n); printf("\n"); for(i=1;i<=n;i++) { printf(… Read More
Program for Copy#include<stdio.h>#include<conio.h>main(){ FILE *fp1,*fp2; char ch; clrscr(); fp1=fopen("sunil.c","r"); fp2=fopen("kumar.c","w"); if(fp1==NULL) { printf("FILE NOT FOUND...."); } else { while(!feof(fp1)) { ch=f… Read More
0 comments:
Post a Comment