Day: April 15, 2010

  • Computer assignment – String Manipulation Program With And Without Library Function

    Que: Write A Menu driven C String Manipulation Program With And Without Library Function ?? #include // Library Function which can be used for the String Mnpltn #include #include void main() { int ch; clrscr(); printf("MAIN MENU"); // Main Menu printf(" nn1. String Manipulation With Library Functionnn2. String Manipulation Without Library Functionnn Enter the Choice : "); scanf("%d",&ch;); if(ch==1) { char a[20]; //With Library Function int i; clrscr(); gets(a); i=0; while(a[i]!=’’) i++; //counts no of chars till encountering null char printf(sring length=%d,i); } else if(ch==2) { // Without Library Function int length; char cstring[20]; printf("nnEnter the Charcter :") gets(cstring); for (length = 0; cString[length]; ++length); //length now holds the length of cString printf("Length = ",length) } else { printf("nWrong option"); getch(); } ///////// Pls Do Comment…

  • International Conference on Recent Trends in Graph theory and Combinatorics 2010

    ICRTGC- 2010 International Conference on Recent Trends in Graph theory and Combinatorics 2010 This conference is a Satellite Conference of the International Congress of Mathematicians to be held at Hyderabad, India from 19-27 August, 2010. FOR REGISTRATION & MORE DETAILS VISIThttp://icrtgc2010.cusat.ac.in/ Thanks, CusatXpress

  • NATIONAL SEMINAR ON MARINE BIOTECHNOLOGY

    National Seminar on Marine Biotechnology is being organised by the Centre for Development of Marine Biotechnology, School of Marine Sciences, CUSAT,Cochin during the month of May 2010 at the School of Marine Sciences . The seminar will cover the latest developments and applications of marine biotechnology and its implications to the Management of marine environments…