Thursday, 31 August 2017

Home Page

Basic Programs

  Pattern Programs


 Sorting Algorithms


     Data Structures

     

    Zoho Interview Questions


      Practice Yourself  Complex Coding Asked in Zoho
      • Hospital Management System
      • Student Database Management System
      • Railway Reservation System
      • Contact Management System
      • Library Management System
      • Snake Game
      • Call Taxi Booking System
        Zoho Puzzle Questions With Answers
       

        1 comment:

        C-Program to know whether the character is vowel or not

        #include<stdio.h> int main() {   char c;   printf("Enter a character to know whether it is vowel or not\n");   scanf("...