Knowledge in Strings

Java program to compare strings

import java.util.Scanner; class CompareStrings {    public static void main(String args[])    {       String s1, s2;       Scanner in = new Scanner(System.in);             System.out.println("Enter the first string");       s1 = in.nextLine();             System.out.println("Enter the second string");       s2 = in.nextLine();             if (s1.compareTo(s2) > 0)          System.out.println("The first string is greater than the second.");       else if (s1.compareTo(s2) < 0)          System.out.println("The first string is smaller than the second.");       else            System.out.println("Both the strings are equal.");    } }

C programming-structures, strings,files

These are the notes given by our faculty after referring to many books on c programming.It contains effective codes and also easy understandable to students.And it contains information about structures,files, strings,arrays,pointers.

Programs in C on strings,arrays, structures, files

These are the programs in C which are written by us with the help of our faculty.I think the most of the codes are simple and effective in these PDFs.These programs are very much helpful to students in order to gain knowledge in c on advance level.

Programming and problem solving through C

These are the programs given by our faculty after referring to many books of programming.And these PDFs contain different programs with effective and simple code which can be easily understood by students.

Programming for problem solving-C

This PDF consists of programs in programming and problem solving using C.All the programs from welcome message to advanced level.Writing the logics for these type of programs will definitely have a good effect on students career.

Programming previous question papers- C and C++ -1

These are some of the previous question papers on programming and problem solving and object oriented programming.And these are question papers of osmania university and I hope these papers would be helpful to students.

Functions,arrays and strings

These PDFs contain information about arrays, functions and strings.This notes was given to us by our senior faculty.And the language in this could be easily understood by students and would be very much helpful for their semester exams.

Strings in c programming

This PDF consists of all the information about strings in c programming.It includes arrays of strings,string output or input functions,string library functions,pointers and its memory.This was given to us by expert faculty in programming.

Arrays,strings, structures,files- C programming

This PDF contains all the remaining information about c programming from arrays.It includes arrays,strings,structures, files at run time and compilation time.And with the help of these PDFs ,a student can gain more knowledge in c.

Python Programming Language

Python is a programming language and this clip contains the basic required notes to increase an understanding of the subject. Also the notes cover almost every topic related to python, loops, basics , String methods e.t.c

String handling

This is a file on string handling which contains methods of string along with stringbuffer and its methods with examples.

Engineering mechanics-Equilibrium of strings

In this pdf there is a deatailed explaination about equilibrium of strings