Write a program for the following:- ------------------------------------- * Input a number to check if it is Prime number or Composite...
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
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...
//Report sorted on total->Highest total to lowest void main() { int i,j,k,m,n,roll[5]; float mark[5][4],total[5]={0},temp; clrs...
void main() { int m[2][3],r,c; clrscr(); for(r=0; r<2; r++) { for(c=0; c<3; c++) { printf("enter the [%d][%d...
#define TRUE 1 void main() { char tic[9]={'\0'},symbol_1,symbol_2,cur_symbol; int turn=1,position,i; void display(); ...
Write the programs for the following. ----------------------------------------------------------------------------------------------------...