/* Assignment Program no EX9.c */ void main() { int i,j; int a,b,c,d; int w,x,y,z; int m,n; int temp1,temp2,num=1; ...
Assignment9
12:38
Language and programming is very important now a days to form a career in computer programming, all you need is good command over C Language programming. i have learned very interesting lessons in Xaviers College of Computer Sciences Ahmedabad so that able to share you important information in computer language programming. my blog is about not only programming but also for other in depth form of computer programming in india specially ahmedabad.I am Smith Solace from Ahmedabad Gujarat
/* Assignment Program no EX9.c */ void main() { int i,j; int a,b,c,d; int w,x,y,z; int m,n; int temp1,temp2,num=1; ...
/* Assignment Ex8.c */ // Program omitting the bracket subsequence void main() { int i,k=0,len=0,j=0; char str[31],a[31],d;...
/*Assignment Program no. Ex7. */ //Program for obtaining another integer with digits in decending order void main() { int n; ...
/* Assignment Program no. EX6.c */ void main() { int i=0,j=0,n=0,temp=0; char s1[31]; clrscr(); printf("\n\n Enter...
/* Assignment Program no. EX5.c */ //Program converting numaerical s1ing into corresponding real numaer void main() { int i...
/* Assignment Program no. EX4.c */ void main() { int i, j, temp, cnt=0, len, m, n, ch; char str[51],s[51],s2[51]; clr...
* Assignment Program no. EX3.c */ void main() { int i, j, no, len, p, q, temp; char str[31]; clrscr(); //Accept N an...
/* Assignment Program no. EX2.c */ //Automatic Cash register program void main() { unsigned int a,b,c,temp=0,rem=0,pay=0; ...
/* Assignment Program Ex1.c */ void main() { int rem1=0,rem2=0; int i, j, m, n, a, b, c, d; float x,y,z,p,q,div; clrscr()...
/* Assignment Program Ex1.c */ void main() { int rem1=0,rem2=0; int i, j, m, n, a, b, c, d; float x,y,z,p,q,div; cl...
Write a program for the following:- ------------------------------------- * Input a number to check if it is Prime number or Composite...
Pointers ********** - Is a variable that contains an address - This address is a location of another variable in memo...