oodlescoop
Search
Categories
Trending
Login
Results for "Beginner C Project"
Total results: 1557
Java Program to print Hello World
Java Program to initialize a string and print
Java Program to print first n Integers
Java Program to find sum of two integer numbers
Java Program to find sum of two integer numbers using Scanner Class
Java Program to find area of circle
Java Program to find area of square
Java Program to find area of rectangle
Java Program to find perimeter of circle
Java Program to find perimeter of square
Java Program to find perimeter of rectangle
Java Program to read information about a student from the user and display the same with the use of classes and objects
Java Program to Print Lower Triangle Matrix Excluding Principal Diagonal Matrix
Java Program to Print Upper Triangle Matrix Excluding Principal Diagonal Matrix
Java Program to Print Lower Triangle Matrix Including Principal Diagonal Matrix
Java Program to Print Upper Triangle Matrix Including Principal Diagonal Matrix
Java Program to find Sum of Lower Triangle Matrix Excluding Principal Diagonal Matrix
Java Program to find Sum of Upper Triangle Matrix Excluding Principal Diagonal Matrix
Java Program to find Sum of Lower Triangle Matrix Including Principal Diagonal Matrix
Java Program to find Sum of Upper Triangle Matrix Including Principal Diagonal Matrix
Java Program to Reverse a Number
Java Program to Reverse a String
Java Program to find maximum element in an array
Java Program to find minimum element in an array
Java Program to convert Kilometer to Miles
Java Program to convert Miles to Kilometer
Java Program to find fibonacci series of a number
Java Program to find fibonacci series of a number using methods
Java Program to find fibonacci series of a number using recursion
Java Program to find the area of a pentagon
Java Program example to demonstrate String charAt method
Java Program example to demonstrate String compareTo method
Java Program example to demonstrate String compareToIgnoreCase method
Java Program example to demonstrate String contentEquals method
Java Program example to demonstrate String concat method
Java Program to demonstrate Integer wrapper class
Java Program to demonstrate Float wrapper class
Java Program to demonstrate Boolean wrapper class
Java Program to demonstrate Byte wrapper class
Java Program to Create a File
Java Program to Rename a File
Java Program to show usage of Enum which prints the size of coffee mug
Java Program to demonstrate Interfaces
Java Program to show usage of this pointer using Order Pizza Program
Java Program to demonstrate packages
Java Program to pick random value from enumerations
Java Program to find area of different shapes using inheritance
Java Program to demonstrate multilevel inheritance
Java Program to count the occurrence of a number
Java Program to calculate Salary of an Employee
Java Program for Stack Simulation
Java Program for Queue Simulation
Java Program for Div Zero Exception
Java Program to demonstrate nested try block
Java Program example to demonstrate variable length of arguments
Java Program to demonstrate NullPointerException
Java Program to demonstrate ArrayList
Java Program to convert ArrayList to Array
Java Program to convert Array to ArrayList
Java Program to create a user defined LinkedList class and store list of books and display
Java Program to calculate Student Average of a Class using User defined Storage Classes
Java Program to demonstrate stack class in Collection framework
Java Swing Program to demonstrate Jlabel
Java Swing Program to demonstrate JLabel with Icon
Java Swing Program to demonstrate JLabel with Text and Icon
Java Swing Program to demonstrate JTextField
Java Swing Program to demonstrate JTextField with Text
Java Swing Program to demonstrate JButton
Java Swing Program to demonstrate JButton with Icon
Java Swing Program to demonstrate JButton with Text and Icon
Java Swing Program to demonstrate JButton Action TextField
Java Swing Program to demonstrate JCheckBox with Text
Java Program to create thread by implementing runnable interface
Java Program to create thread by extending Thread class
Java Program to sort an array using Insertion Sort
Java Program to find sum of array elements
Java Program to find sum of array elements using methods
Java Program to insert element to an array
Java Program to insert element to an array at specified position
Java Program to check if Integer element is present in an array
Java Program to check if String element is present in an array
Java Program to find average of array elements
Java Program to find Median of array elements
Java program to concatenate two arrays using array copy method
Java program to concatenate two arrays using Collections
Java program to concatenate two arrays using Stream API
Java program to merge two arrays one after the other
Java program to reverse ArrayList
Java program to reverse array using Collections
Java program to reverse array using for loop
Java program to reverse array using temporary variable
Java program to sort array using Collections reverseOrder method
Java program to sort array using Sort method
Java program to sort array using temporary variable
Java program to sort string array in descending order using collections
Java program to demonstrate super keyword
Java program to reverse a string using recursion
Java Program to add two binary numbers
Java Program to add two binary numbers using ParseInt
Java Program to subtract two binary numbers using ParseInt
Java Program to multiply two binary numbers using ParseInt
Java Program to divide two binary numbers using ParseInt
Java Program to reverse words in a given string
Java Program to count Vowels and Consonants in a given string
Java Program to count digits and white spaces in a given string
Java Program to check for Duplicate Characters
Java Program to print all substrings of a given string
Java Program to sort the given string Alphabetically
Java Program to sort the given string Alphabetically using Comparator
Java Program to sort the given string in reverse order using Comparator
Java Program to add two matrices
Java Program to subtract two matrices
Java Program to multiply two matrices
Python Program to print Hello World
Python Program to initialize different datatypes and print
Python Program to print different formats of string
Python Program to find sum of two integer numbers
Python Program to find difference of two integer numbers
Python Program to find product of two integer numbers
Python Program to find division of two integer numbers
Python Program to find biggest of two integer numbers
Python Program to find biggest of three numbers
Python Program to find area of square
Python Program to find area of rectangle
Python Program to find area of circle
Python Program to find area of triangle
Python Program to find area of pentagon
Python Program to swap two numbers using temporary variable
Python Program to swap two numbers using xor
Python Program to find swap two numbers without temp variable (Addition and Subtraction Method)
Python Program to find swap two numbers without temp variable (Multiplication and Division Method)
Python Program to find ASCII value of a character or digit
Python Program to find ASCII value of a character or digit entered by the user
Python Program to check whether a given number is an Armstrong Number or not
Python Program to check whether a given number is an Armstrong Number or not using lambda and list
Python Program to reverse an integer number
Python Program to find sum of digits
Python Program to convert kilometer to mile
Python Program to find maximum element in an array
Python Program to find sum of array elements using for
Python Program to find sum of array elements using sum function
Python Program to find fibonacci series
Python Program to sort an array using Insertion Sort
Python Program to check if a given number is Prime or not
Python Program to find the square root of a given number
Python Program to convert Celsius to Fahrenheit
Python Program to convert Fahrenheit to Celsius
Python Program to generate a random number within the given range
C Program to print Hello World on the console
C Program to initialize different datatypes and print the same on terminal
C Program to show different formatting in output using printf
C Program to convert a value into different formats using format specifiers
C Program to find the sum of two integer numbers
C Program to find the difference of two integer numbers
C Program to find the product of two integer numbers
C Program to find the division of two integer numbers
C Program to perform arithmetic operations using floating point variables
C Program to find distance between two straight lines
C Program to find area of square
C Program to find perimeter of square
C Program to find area of rectangle
C Program to find perimeter of rectangle
C Program to find area of equilateral triangle
C Program to find area of right angled triangle
C Program to find area of scalene triangle
C Program to find area of triangle given three sides of a triangle
C Program to find area of circle
C Program to find area and circumference of a circle using pre processor directives
C Program to check if a triangle is Isosceles Equilateral or Scalene
C Program to convert Celcius to Fahrenheit
C Program to convert Fahrenheit to Celcius
C Program to swap two variables using addition and subtraction without using temporary variable
C Program to swap two variables using temporary variable
C Program to swap two variables using multiply and division operation without using temporary variable
C Program to swap two variables by shifting bits
C Program to swap two variables by performing xor operation
C Program to calculate Simple Interest
C Program to calculate Compound Interest
C Program to find profit or loss
C Program to find positive negative or zero using Conditional Operator
C Program to find positive negative or zero using If Else statement
C Program to find odd or even using Conditional Operator
C Program to find odd or even using If Else statement
C Program to find odd or even using goto statement
C Program to check whether a given year is a leap year or not
C Program to check whether a given number is a Perfect Number or not
C Program to check whether a given number is an Armstrong Number or not
C Program to generate Armstrong number within a given range
C Program to check whether a given number is an Armstrong Number or not using user defined power function
C Program to check whether a given number is an Armstrong Number or not using in built power function
C Program to find biggest of two numbers using Conditional Operator
C Program to find biggest of two numbers using If Else statement
C Program to find biggest of three numbers using Conditional Operator
C Program to find biggest of three numbers using If Else statement
C Program to find biggest of three numbers using nested If Else statement
C Program to find biggest of three numbers using Binary Minus
C Program to find smallest of three numbers using Conditional Operator
C Program to find smallest of three numbers using If Else statement
C Program to find smallest of three numbers using nested If Else statement
C Program to calculate grade based on percentage using If Else statement
C Program to calculate grade based on percentage using switch statement
C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using if else ladder statement
C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
C Program to find roots of a quadratic equation using If Else statement
C Program to find area of triangle square circle or rectangle using switch statement
C Program to demonstrate the use of sizeof operator
C Program to identify a character or a digit using ASCII values
C Program to identify a character digit or special character using Built In functions
C Program to identify a character or a digit using Built In functions
C Program to convert lower case alphabet to upper case and upper case to lower case using ASCII values
C Program to convert lower case alphabet to upper case and upper case to lower case using Built In functions
C Program to print first n natural numbers using for loop
C Program to print first n natural numbers using while loop
C Program to print first n natural numbers using do while loop
C Program to find the sum of first n natural numbers using for loop
C Program to find the sum of first n natural numbers using while loop
C Program to sum of n natural numbers using do while
C Program to find the factorial of a given number
C Program to find factorial of a number using functions
C Program to find GCD and LCM of a given two number
C Program to generate Fibonacci Series for first n natural numbers
C Program to check whether a given integer number is palindrome or not
C Program to print first n prime numbers
C Program to print prime numbers within given range
C Program to check if a number is prime number or not
C Program to reverse a given integer number using while loop
C Program to reverse a given integer number using while loop using functions
C Program to reverse an integer number using for
C Program to reverse an integer number using do while
C Program to reverse string using for
C Program to reverse string using while
C Program to reverse string using do while
C Program to print random number
C Program to print random number within range
C Program to check anagram by checking frequency
C Program to check anagram by sorting strings
C Program to find area of Ellipse
C Program to find area of Regular Polygon sides
C Program to find area of Rhombus
C Program to find area of Sector
C Program to find area of Triangular Prism lateral surface
C Program to find the area of a pentagon
C Program to find area of trapezoid
C Program to print hello world using ASCII
C Program to find power of a number without inbuilt function
C Program to find substring of a string
C Program to swap two Strings
C Program to search occurrence of character in String
C Program to sort a set of strings alphabetically
C Program to arrange a string alphabetically
C Program to find length of a string using built in functions
C Program to find length of a string without using built in functions
C Program to find if a string is palindrome or not without built in functions
C Program to compare two strings using built in functions
C Program to compare two strings without using built in functions
C Program to reverse a string without using built in function
C Program to convert String to Integer value
C Program to find Permutations nPr
C Program to find Combinations nCr
C Program to find sum and percentage of subjects
C Program to find Sum of Digits of a given number Type 1
C Program to find Sum of Digits of a given number Type 2
C Program to concatenate two strings using built in functions
C Program to concatenate two strings into a third string using built in functions
C Program to concatenate two strings into a third string without using built in functions
C Program to copy from source string to destination string using built in functions
C Program to copy from source string to destination string without using built in functions
C Program to find sum of two numbers using command line arguments
C Program to find sum of two numbers using functions with returning the value
C Program to find sum of two numbers using functions without returning the value
C Program to print first n odd numbers
C Program to print first n even numbers
C Program to print n odd numbers within range
C Program to print n even numbers within range
C Program to print first n odd and even numbers Type 1
C Program to print first n odd and even numbers Type 2
C Program to find the sum of first n odd numbers using for loop
C Program to print the sum of n odd numbers using while
C Program to print the sum of n odd numbers using do while
C Program to print the sum of n odd numbers within range using for
C Program to print the sum of n odd numbers within range using while
C Program to print the sum of n odd numbers within range using do while
C Program to find the sum of first n even numbers using for loop
C Program to print the sum of n even numbers using while
C Program to print the sum of n even numbers using do while
C Program to print the sum of n even numbers within range using for
C Program to print the sum of n even numbers within range using while
C Program to print the sum of n even numbers within range using do while
C Program to find the sum of first n odd and even numbers using for
C Program to print the sum of n odd and even numbers using while
C Program to print the sum of n odd and even numbers using do while
C Program to print the sum of n odd and even numbers within range using for
C Program to print the sum of n odd and even numbers within range using while
C Program to print the sum of n odd and even numbers within range using do while
C Program to convert binary to decimal number
C Program to convert binary to hexadecimal number
C Program to convert binary to octal number
C Program to convert a decimal to binary number
C Program to convert decimal to hexadecimal number
C Program to convert a decimal to octal number
C Program to convert octal to binary number
C Program to convert an octal to decimal number
C Program to convert octal to hexadecimal number
C Program to convert Kilometers to miles
C Program to convert kilometer to miles using preprocessor directive
C Program to demonstrate calloc dynamic memory allocation
C Program to demonstrate malloc dynamic memory allocation
C Program to demonstrate malloc memset
C Program to initialize array of strings and print on the terminal
C Program to insert an element into specified location of an array
C Program to delete an element from a specified location of an array
C Program to delete duplicate elements from an array
C Program to copy contents of one array to another
C Program to find maximum element in an array without sorting
C Program to find minimum element in an array without sorting
C Program to merge two arrays one after the other
C Program to find the sum of array elements
C Program to find sum of two arrays
C Program to search a key element using Binary Search method
C Program to search a key element using Binary Search using Functions
C Program to search a key element using Linear Search method
C Program to search a key element using Linear Search using Functions
C Program to add two matrix
C Program to subtract two matrix
C Program to find sum of lower triangle matrix
C Program to find sum of upper triangle matrix
C Program to add principal diagonal elements in a matrix
C Program to transpose a matrix
C Program to check if the entered matrix is magic square or not
C Program to implement basic operation of Stacks using global variables
C Program to implement basic operation of Stacks using arrays and pointers
C Program to implement basic operation of Stacks using structures
C Program to implement Stacks using Singly Linked List
C Program to implement Stacks using Circular Linked List
C Program to convert a valid Infix expression to postfix using Stacks
C Program to convert a valid Infix expression to postfix using Structures
C Program to evaluate a valid Postfix expression using Stacks
C Program to find sum of n natural numbers using recursion
C Program to find the factorial of a given number using recursion
C Program to generate fibonacci series using recursion
C Program to find nth fibonacci number using recursion
C Program to search a key element using linear search using recursion
C Program to search a key element using binary search using recursion
C Program to implement Tower of Hanoi
C Program to implement basic operations of Linear Queue using arrays and pointers
C Program to implement basic operations of Circular Queue using arrays and pointers
C Program to implement Priority Queues using array of structures
C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
C Program to implement Singly Linked List to insert and delete a node at a specified position and display the contents of the Singly List
C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List using Header Node
C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List using Header Node
C Program to implement Singly Linked List to insert and delete a node from position and display the contents of the Singly List using Header Node
C Program to implement Linear Queue using Singly Linked List
C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List
C Program to implement Circular Linked List to insert and delete a node from rear and display the contents of the Circular List
C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List using Header Node
C Program to implement Doubly Linked List to insert and delete a node from front and display the contents of the Doubly Linked List
C Program to implement Doubly Linked List to insert and delete a node from rear and display the contents of the Doubly Linked List
C Program to reverse a digit using recursion
C Program to print prime numbers within a range using recursion
C Program to check prime numbers using recursion
C Program to sort an array using Bubble Sort
C Program to sort an array using Bubble Sort using functions
C Program to sort an array using Selection Sort
C Program to sort an array using Insertion Sort
C Program to sort an array using Insertion Sort using functions
C Program to sort an array using Merge Sort
C Program to sort an array using Shell Sort
C Program to implement 01 Knapsack problem
C Program to implement 01 Knapsack problem using recursion
C Program to implement Fractional Knapsack problem using Greedy Method
C Program to implement Prim's Algorithm
C Program to solve N Queens using greedy method
C Program to implement Warshall's algorithm
C Program to find square of a number using macro functions
C Program to illustrate basic concept of pointers
C Program to display value using star operator in pointers
C Program to calculate size of a structure
C Program to find string length using pointers
C Program to find sum of array elements using pointers
C Program to print an array in reverse direction using pointers
C Program to add two complex numbers using structures
C Program to demonstrate fgets
C Program to demonstrate double pointer
C Program to add matrices using pointer
C Program to add matrices using function and pointer
C Program to count vowels and consonents in a given sentence
C Program to create union of structures of an employee and display the details
C Program to print if the architecture is supporting big endian or little endian
C Program to create a enum user defined datatype for days of a week and print the index of a week
C Program to read a text file
C Program to read and print contents of a file using static memory allocation
C Program to read and print contents of a file using dynamic memory allocation
C Program to convert contents of a file to upper case
C Program to copy contents from file to another file
C Program to create a child process using fork system call
C Program to create a child process using fork system call and print PID and PPID of the processes
C Program to print small alphabets in right angled triangle pattern in series
C Program to print capital alphabets in right angled triangle pattern in series
C Program to print number a Right angled Triangle pattern
C Program to print first n natural numbers in a Right angled Triangle pattern
C Program to print even numbers in a Right angled Triangle pattern
C Program to print prime numbers in a Right angled Triangle pattern
C Program to print binary numbers in a Right angled Triangle pattern
C Program to print numbers in rows and columns of Quadrangle pattern
C Program to print numbers in rows and columns of Quadrangle pattern in reverse order
C Program to print Equilateral Triangle in a pyramid star pattern
C Program to print Inverted Equilateral Triangle in a pyramid star pattern
C Program to print Right angled Triangle in a pyramid star pattern Type 1
C Program to print Right angled Triangle in a pyramid star pattern Type 2
C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 1
C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 2
C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 1
C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 2
C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 1
C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 2
C Program to print Rhombus in a star pattern
C Program to print Hollow Rhombus in a star pattern Type 1
C Program to print Hollow Rhombus in a star pattern Type 2
C Program to print Solid Square in a star pattern
C Program to print Solid Rectangle in a star pattern
C Program to print Hollow Square in a star pattern
C Program to print Hollow Rectangle in a star pattern
C Program to print Left Arrow in a star pattern Type 1
C Program to print Left Arrow in a star pattern Type 2
C Program to print Right Arrow in a star pattern Type 1
C Program to print Right Arrow in a star pattern Type 2
C Program to print Half Left Diamond in a star pattern
C Program to print Half Right Diamond in a star pattern
C Program to print Alphabet K in a star pattern
C Program to print Alphabet X in a star pattern
C Program to print Symbol Plus in a star pattern
C Program to create Floyds triangle
C Program to print Pascal triangle
C Program to display the same source code on terminal
C++ Program to print Hello World
C++ Program to initialize different datatypes and print the same on terminal
C++ Program to find the sum of two integer numbers
C++ Program to find the difference of two integer numbers
C++ Program to find the product of two integer numbers
C++ Program to find the division of two integer numbers
C++ Program to find the sum of two integer numbers using classes and objects
C++ Program to show usage of classes and objects
C++ Program to find biggest of two numbers
C++ Program to find biggest of three numbers
C++ Program to sort an array using Merge Sort
C++ Program to sort an array using Insertion Sort
C++ Program to find biggest of two numbers using Inline Functions
C++ Program to demonstrate sizeof operator
C++ Program to demonstrate usage of reference types
C++ Program to find sum of two numbers using pointer returning functions
C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
C++ Program to demonstrate constructor overloading
C++ Program to generate fibonacci series
C++ Program to generate fibonacci series using class
C++ Program to find factorial of a number without classes
C++ Program to find factorial of a number using classes
C++ Program to find factorial of a number using copy constructor
C++ Program to demonstrate the use of address and value operator
C++ Program to find square of a number using templates
C++ Program to find power of a number without inbuilt function
C++ Program to print sum of n natural numbers using do while
C++ Program to check if entered number is prime or not using classes
C++ Program to convert Kilometers to miles
C++ Program to convert binary to octal
C++ Program to convert decimal to hexadecimal
C++ Program to convert octal to binary
C++ Program to reverse an integer number using for
C++ Program to reverse an integer number using while
C++ Program to reverse an integer number using do while
C++ Program to reverse a string using for
C++ Program to reverse a string using while
C++ Program to reverse a string using do while
C++ Program to find odd or even using If Else statement
C++ Program to add two complex numbers
C++ Program to find area of square using constructor
C++ Program to find area of rectangle using constructor
C++ Program to find area of circle using constructor
C++ Program to find area of pentagon
C++ Program to find area of shapes using constructor overloading
C++ Program to find sum of two arrays
C++ Program to add two matrix
C++ Program to print n even numbers within range
C++ Program to print n odd numbers within range
C++ Program to print the sum of n even numbers using while
C++ Program to print the sum of n even numbers using do while
C++ Program to print the sum of n even numbers within range using for
C++ Program to print the sum of n even numbers within range using while
C++ Program to print the sum of n even numbers within range using do while
C++ Program to print the sum of n odd numbers using while
C++ Program to print the sum of n odd numbers using do while
C++ Program to print the sum of n odd numbers within range using for
C++ Program to print the sum of n odd numbers within range using while
C++ Program to print the sum of n odd numbers within range using do while
C++ Program to print the sum of n odd and even numbers using while
C++ Program to print the sum of n odd and even numbers using do while
C++ Program to print the sum of n odd and even numbers within range using for
C++ Program to print the sum of n odd and even numbers within range using while
C++ Program to print the sum of n odd and even numbers within range using do while
C++ Program to demonstrate single inheritance
C++ Program to implement Stacks
C# Program to print Hello World
C# Program to add two numbers
C# Program to subtract two numbers
C# Program to multiply two numbers
C# Program to divide two numbers
C# Program to calculate area of pentagon
C# Program to sort an array using Insertion Sort
C# program to find Area of Circle
C# program to find Area of Equilateral Triangle
C# program to find Area of Isoceles Triangle
C# program to find Area of Right angled Triangle
C# program to find Area of Scalene Triangle
C# program to find Area of Triangle by Sides
C# program to find Area of Square
C# program to find Area of Rectangle
C# program to find Circumference of the Circle
C# program to find Perimeter of Square
C# program to find Perimeter of Rectangle
C# program to find Perimeter of Equilateral Triangle
C# program to find Perimeter of Scalene Triangle
C# program to find Perimeter of Isosceles Triangle
C# program to find Perimeter of Circle
C# program to print first n Natural Numbers
C# program to print n Even Natural Numbers
C# program to print n Odd Natural Numbers
C# program to find Sum of first n Natural Numbers
C# program to find Sum of first n Even Natural Numbers
C# program to find Sum of first n Odd Natural Numbers
C# program to check Even or Odd Number
C# program to check Positive or Negative Number
C# program to Compare Two Numbers
C# program to find Modulus of Two Numbers
C# program to find Simple Interest
C# program to find Compound Interest
C# program to display Multiplication Table
C# program to print Odd Even Series
C# program to print Floyds Triangle
C# program to print Pascal Triangle
C# program to print half Pyramid of Numbers
C# program to print half Pyramid of Alphabets
C# program to print half Pyramid of Stars
C# program to print full Inverted Pyramid of Stars
C# program to print half Inverted Pyramid of Stars
C# program to print full Pyramid of Stars
Rust Program to print Hello World
Rust Program to print first 10 natural numbers using for loop
Rust Program to Add two Numbers
Rust Program to Add two Numbers from user input
Rust Program to Subtract two Numbers
Rust Program to Subtract two Numbers from user input
Rust Program to Multiply Two Numbers
Rust Program to Multiply Two Numbers from user input
Rust Program to Divide Two Numbers
Rust Program to Divide Two Numbers from user input
Rust Program to find Modulus of two Numbers
Rust Program to find Square of a number
Rust Program to read the integer from user input 3 variations
Rust Program to read the integer from user input with error handling
Rust Program to print Multiplication Table
GO Lang Program to print Hello World
GO Lang Program to print Hello World From Variable
GO Lang Program to find sum of two numbers
GO Lang Program to enter integer number
GO Lang Program to subtract two numbers
GO Lang Program to find biggest of two numbers
GO Lang Program to read quoted string
GO Lang Program to find length of a String
JavaScript Program to display the date
JavaScript Program to display an alert box
JavaScript Program to display confirm box
JavaScript Program to display prompt for user to enter data
JavaScript Program to add of two numbers
JavaScript Program to subtract of two numbers
JavaScript Program to multiply of two numbers
JavaScript Program to divide of two numbers
JavaScript Program to print Fibonacci series
JavaScript Program to find if a number is palindrome or not
JavaScript Program to push and pop elements from an array
PHP Program to print Hello World
PHP Program to print Hello World using echo
PHP Program to print Hello World in html tag
PHP Program to print Hello World using print
PHP Program to Initialize variable and print
PHP Program to demonstrate Integer datatype
PHP Program to demonstrate floating point datatype
PHP Program to demonstrate String datatype
PHP Program to display user name
PHP Program to add two numbers
PHP Program to find sum of array elements
PHP Program to get client IP address
Ruby Program to display Hello World using Class
Ruby Program to find odd or even number
Ruby Program to find factorial of a number
Ruby Program to add two numbers
Ruby Program to add two numbers using command line
Ruby Program to subtract two numbers
R Program to print Hello World on Console
R Program to get input from user and print on Console
R Program to generate random numbers using runif
R Program to generate random numbers using sample
R Program to add two numbers and print the result on the console
R Program to add two vectors and print the result on the console
R Program to find the sum mean product of two vectors
R Program to print matrix on the console
R Program to find modulus of two numbers
R Program to add two numbers
R Program to subtract two numbers
R Program to multiply two numbers
R Program to divide two numbers
Shell Script to print Hello World on the console
Shell Script to initialize Hello World String to a variable and print it on the console
Shell Script to read an integer value from user and print
Shell Script to print Fibonacci series
Shell Script to find factorial of a number
Shell Script to print first n natural numbers
Shell Script to find sum of n numbers
Shell Script to find biggest of two numbers
Shell Script to find biggest of three numbers using command line arguments
Shell Script to find biggest of three numbers using nested if
Shell Script to find largest of three numbers using If Else statement
Shell Script to print command line arguments Type 1
Shell Script to print command line arguments Type 2
Shell Script to reverse command line arguments
Shell Script to print command line arguments in reverse
Shell Script to reverse a String and print on console
Shell Script to check if a string is palindrome or not
Shell Script to find if a number is positive or negative or zero
Shell Script to print first n natural numbers in a pattern of Right angled Triangle
Shell Script to print first n natural numbers in a pattern of Equilateral Triangle
Shell Script to print contents of an array
Shell Script to print login information
Shell Script to find largest file in a directory
Shell Script to execute different commands on UNIX or Linux using script
Shell Script for simple calculator to perform addition subtraction multiplication and division based on command line arguments
Shell Script for simple calculator to perform addition subtraction multiplication and division based on the symbol using case statements
ADA Program to print Hello World
ADA Program to print a integer number entered by user
ADA Program to print a character entered by user
ADA Program to print a string entered by user
ADA Program to find the sum of two integer number
ADA Program to find the difference of two integer number
ADA Program to find the product of two integer number
ADA Program to find the division of two integer number
ADA Program to find area of square
ADA Program to find perimeter of square
ADA Program to find area of rectangle
ADA Program to find perimeter of rectangle
Haskell Program to print hello world
Haskell Program to print integer entered by the user
Haskell Program to print string entered by the user
Haskell Program to print system information
Haskell Program to print Fibonacci series
Haskell Program to print factorial of a number
Haskell Program to add two numbers
Haskell Program to subtract two numbers
Haskell Program to multiply two numbers
Haskell Program to divide two numbers
Haskell Program to convert string to lower case
Haskell Program to convert string to upper case
Julia Program to print Hello World
Julia Program to print ASCII Values
Julia Program to initialize string and print on console
Julia Program to add two numbers
Julia Program to subtract two numbers
Julia Program to multiply two numbers
Julia Program to divide two numbers
Julia Program to find modulus of two numbers
Julia Program to find power of a given number
Julia Program to print n natural numbers
Julia Program to check whether given number is odd or even
Julia Program to print sum of n natural numbers
Julia Program to check if a number is prime number or not
Julia Program to print n odd numbers
Julia Program to print n even numbers
Julia Program to print first n prime numbers
Julia Program to demonstrate simple 1D Array
Julia Program to demonstrate unitialized 1D Array
Julia Program to demonstrate Empty Arrays
Julia Program to demonstrate 2D Array
Julia Program to demonstrate creation of Array using collect method
Julia Program to demonstrate creation of Arrays using splat operator
Julia Program to print step of 10s using range method
Julia Program to print step of 10s using collect method
Julia Program to print step of 10s using range and collect method
Kotlin Program to print Hello World
Kotlin Program to demonstrate ArrayList
Lua Program to print Hello World
Lua Program to add two numbers
Lua Program to subtract two numbers
Lua Program to multiply two numbers
Swift Program to print Hello World String on the console
Swift Program to print integer value
Swift Program to print floating point value
Swift Program to print string value
Swift Program to demonstrate typewrapping integer value
Swift Program to print Fibonacci Series for first n natural numbers
Swift Program to read integer from user and print (Type 1)
Swift Program to read integer from user and print (Type 2)
Swift Program to read integer from user and print (Type 3)
Swift Program to find the sum of two integer numbers
Swift Program to find the difference of two integer numbers
Swift Program to find the product of two integer numbers
Swift Program to find the quotient of two integer numbers
Swift Program to print information of a person using structures
Swift Program to print information of a student using classes
Swift Program to demonstrate different constants
F# program to print Hello World
F# program to print Hello World using System
F# program to Add two numbers
F# program to Add two numbers using Functions
F# program to Subtract two numbers
F# program to Subtract two numbers using Functions
F# program to Multiply two numbers
F# program to Multiply two numbers using Functions
F# program to Divide two numbers
F# program to Divide two numbers using Functions
F# program to Divide two numbers using Try Catch
F# program to find Modulus of two numbers
F# program to find Modulus of two numbers using Functions
F# program to find Modulus of two numbers using Try Catch
F# program to print first n Natural Numbers
F# program to print the sum of first n Natural Numbers
F# program to print first n Prime Numbers using Sequence
F# program to perform Arithmetic Operations
F# program to perform Boolean Operations
F# program to check Odd or Even Number
F# program to check Positive or Negative Number
F# program to check Palindrome Number
F# program to compare two numbers
F# program to compare two numbers using Functions
F# program to print Fibonacci Series
F# program to print Fibonacci Series using Anonymous Recursion
F# program to print Fibonacci Series using Match With
F# program to find Factorial of a Number
F# program to check Grades using elif
F# program to find GCD of two Numbers
F# program to print numbers in reverse using down to
Introduction to Java
Java Virtual Machine (JVM) and Bytecode
Features of Java
Setting up the Java Development Kit (JDK)
Difference Between Oracle JDK and OpenJDK
Integrated Development Environments (IDEs) for Java
First Java Program
Java Keywords
Java identifiers
Lists in Python
Strings in Python
Tuples in Python
Sets in Python
Dictionary in Python
File Handling in Python
Introduction to Lua
Installing Lua
Passage 1
Passage 2
Passage 3
Passage 4
Passage 5
Passage 6
Passage 7
Passage 8
Passage 9
Passage 10
Passage 11
Passage 12
Passage 13
Passage 14
Passage 15
Passage 16
Passage 17
Passage 18
Passage 19
Passage 20
Passage 21
Passage 22
Passage 23
Passage 24
Passage 25
Passage 26
Passage 27
Passage 28
Passage 29
Passage 30
Passage 31
Passage 32
Passage 33
Passage 34
Passage 35
Passage 36
Passage 37
Passage 38
Passage 39
Passage 40
Passage 41
Passage 42
Passage 43
Passage 44
Passage 45
Passage 46
Passage 47
Passage 48
Passage 49
Passage 50
Passage 51
Passage 52
Passage 53
Passage 54
Passage 55
Passage 56
Passage 57
Passage 58
Passage 59
Passage 60
Passage 61
Passage 62
Passage 63
Passage 64
Passage 65
Passage 66
Passage 67
Passage 68
Passage 69
Passage 70
Passage 71
Passage 72
Passage 73
Passage 74
Passage 75
Passage 76
Passage 77
Passage 78
Passage 79
Passage 80
Passage 81
Passage 82
Passage 83
Passage 84
Passage 85
Passage 86
Passage 87
Passage 88
Passage 89
Passage 90
Passage 91
Passage 92
Passage 93
Passage 94
Passage 95
Passage 96
Passage 97
Passage 98
Passage 99
Passage 100
Passage 101
Passage 102
Passage 103
Passage 104
Passage 105
Passage 106
Passage 107
Passage 108
Passage 109
Passage 110
Passage 111
Passage 112
Passage 113
Passage 114
Passage 115
Passage 116
Passage 117
Passage 118
Passage 119
Passage 120
Passage 121
Passage 122
Passage 123
Passage 124
Passage 125
Passage 126
Passage 127
Passage 128
Passage 129
Passage 130
Passage 131
Passage 132
Passage 133
Passage 134
Passage 135
Passage 136
Passage 137
Passage 138
Passage 139
Passage 140
Passage 141
Passage 142
Passage 143
Passage 144
Passage 145
Passage 146
Passage 147
Passage 148
Passage 149
Passage 150
Passage 151
Passage 152
Passage 153
Passage 154
Passage 155
Passage 156
Passage 157
Passage 158
Passage 159
Passage 160
Passage 161
Passage 162
Passage 163
Passage 164
Passage 165
Passage 166
Passage 167
Passage 168
Passage 169
Passage 170
Passage 171
Passage 172
Passage 173
Passage 174
Passage 175
Passage 176
Passage 177
Passage 178
Passage 179
Passage 180
Passage 181
Passage 182
Passage 183
Passage 184
Passage 185
Passage 186
Passage 187
Passage 188
Passage 189
Passage 190
Passage 191
Passage 192
Passage 193
Passage 194
Passage 195
Passage 196
Passage 197
Passage 198
Passage 199
Passage 200
Passage 201
Passage 202
Passage 203
Passage 204
Passage 205
Passage 206
Passage 207
Passage 208
Passage 209
Passage 210
Passage 211
Passage 212
Passage 213
Passage 214
Passage 215
Passage 216
Passage 217
Passage 218
Passage 219
Passage 220
Passage 221
Passage 222
Passage 223
Passage 224
Passage 225
Passage 226
Passage 227
Passage 228
Passage 229
Passage 230
Passage 231
Passage 232
Passage 233
Passage 234
Passage 235
Passage 236
Passage 237
Passage 238
Passage 239
Passage 240
Passage 241
Passage 242
Passage 243
Passage 244
Passage 245
Passage 246
Passage 247
Passage 248
Passage 249
Passage 250
Passage 251
Passage 252
Passage 253
Passage 254
Passage 255
Passage 256
Passage 257
Passage 258
Passage 259
Passage 260
Passage 261
Passage 262
Passage 263
Passage 264
Passage 265
Passage 266
Passage 267
Passage 268
Passage 269
Passage 270
Passage 271
Passage 272
Passage 273
Passage 274
Passage 275
Passage 276
Passage 277
Passage 278
Passage 279
Passage 280
Passage 281
Passage 282
Passage 283
Passage 284
Passage 285
Passage 286
Passage 287
Passage 288
Passage 289
Passage 290
Passage 291
Passage 292
Passage 293
Passage 294
Passage 295
Passage 296
Passage 297
Passage 298
Passage 299
Passage 300
Question 1
Question 2
Question 3
Question 4
Question 5
Question 6
Question 7
Question 8
Question 9
Question 10
Question 11
Question 12
Question 13
Question 14
Question 15
Question 16
Question 17
Question 18
Question 19
Question 20
Question 21
Question 22
Question 23
Question 24
Question 25
Question 26
Question 27
Question 28
Question 29
Question 30
Question 31
Question 32
Question 33
Question 34
Question 35
Question 36
Question 37
Question 38
Question 39
Question 40
Question 41
Question 42
Question 43
Question 44
Question 45
Question 46
Question 47
Question 48
Ganesha Ashtottara Shatanamavali English
Ganesha Ashtottara Shatanamavali Kannada
Ganesha Ashtottara Shatanamavali Telugu
Ganesha Ashtottara Shatanamavali Hindi
Ganesha Ashtottara Shatanamavali Sanskrit
Ganesha Ashtottara Shatanamavali Tamil
Vinayaka Ashtottara Shatanamavali English
Vinayaka Ashtottara Shatanamavali Kannada
Vinayaka Ashtottara Shatanamavali Telugu
Vinayaka Ashtottara Shatanamavali Hindi
Vinayaka Ashtottara Shatanamavali Sanskrit
Vinayaka Ashtottara Shatanamavali Tamil
Ganapati Gakara Ashtottara Shatanamavali English
Ganapati Gakara Ashtottara Shatanamavali Kannada
Ganapati Gakara Ashtottara Shatanamavali Telugu
Ganapati Gakara Ashtottara Shatanamavali Hindi
Ganapati Gakara Ashtottara Shatanamavali Sanskrit
Ganapati Gakara Ashtottara Shatanamavali Tamil
Sri Subramanya Ashtottara Shatanamavali English
Sri Subramanya Ashtottara Shatanamavali Kannada
Sri Subramanya Ashtottara Shatanamavali Telugu
Sri Subramanya Ashtottara Shatanamavali Hindi
Sri Subramanya Ashtottara Shatanamavali Sanskrit
Sri Subramanya Ashtottara Shatanamavali Tamil
Shiva Ashtottara Shatanamavali English
Shiva Ashtottara Shatanamavali Kannada
Shiva Ashtottara Shatanamavali Telugu
Shiva Ashtottara Shatanamavali Hindi
Shiva Ashtottara Shatanamavali Sanskrit
Shiva Ashtottara Shatanamavali Tamil
Satyanarayana Ashtottara Shatanamavali (Type 1) English
Satyanarayana Ashtottara Shatanamavali (Type 1) Kannada
Satyanarayana Ashtottara Shatanamavali (Type 1) Telugu
Satyanarayana Ashtottara Shatanamavali (Type 1) Hindi
Satyanarayana Ashtottara Shatanamavali (Type 1) Sanskrit
Satyanarayana Ashtottara Shatanamavali (Type 1) Tamil
Sri Durga Ashtottara Shatanamavali English
Sri Durga Ashtottara Shatanamavali Kannada
Sri Durga Ashtottara Shatanamavali Telugu
Sri Durga Ashtottara Shatanamavali Hindi
Sri Durga Ashtottara Shatanamavali Sanskrit
Sri Durga Ashtottara Shatanamavali Tamil
Sri Krishna Ashtottara Shatanamavali English
Sri Krishna Ashtottara Shatanamavali Kannada
Sri Krishna Ashtottara Shatanamavali Telugu
Sri Krishna Ashtottara Shatanamavali Hindi
Sri Krishna Ashtottara Shatanamavali Sanskrit
Sri Krishna Ashtottara Shatanamavali Tamil
Sri Lakshmi Ashtottara Shatanamavali English
Sri Lakshmi Ashtottara Shatanamavali Kannada
Sri Lakshmi Ashtottara Shatanamavali Telugu
Sri Lakshmi Ashtottara Shatanamavali Hindi
Sri Lakshmi Ashtottara Shatanamavali Sanskrit
Sri Lakshmi Ashtottara Shatanamavali Tamil
Venkateshwara Ashtottara Shatanamavali English
Venkateshwara Ashtottara Shatanamavali Kannada
Venkateshwara Ashtottara Shatanamavali Telugu
Venkateshwara Ashtottara Shatanamavali Hindi
Venkateshwara Ashtottara Shatanamavali Sanskrit
Venkateshwara Ashtottara Shatanamavali Tamil
Batuka Bhairava Ashtottara Shatanamavali English
Batuka Bhairava Ashtottara Shatanamavali Kannada
Batuka Bhairava Ashtottara Shatanamavali Telugu
Batuka Bhairava Ashtottara Shatanamavali Hindi
Batuka Bhairava Ashtottara Shatanamavali Sanskrit
Batuka Bhairava Ashtottara Shatanamavali Tamil
Sri Lakshmi Narasimha Ashtottara Shatanamavali English
Sri Lakshmi Narasimha Ashtottara Shatanamavali Kannada
Sri Lakshmi Narasimha Ashtottara Shatanamavali Telugu
Sri Lakshmi Narasimha Ashtottara Shatanamavali Hindi
Sri Lakshmi Narasimha Ashtottara Shatanamavali Sanskrit
Sri Lakshmi Narasimha Ashtottara Shatanamavali Tamil
Sri Kali Ashtottara Shatanamavali English
Sri Kali Ashtottara Shatanamavali Kannada
Sri Kali Ashtottara Shatanamavali Telugu
Sri Kali Ashtottara Shatanamavali Hindi
Sri Kali Ashtottara Shatanamavali Sanskrit
Sri Kali Ashtottara Shatanamavali Tamil
Sri Saraswati Ashtottara Shatanamavali English
Sri Saraswati Ashtottara Shatanamavali Kannada
Sri Saraswati Ashtottara Shatanamavali Telugu
Sri Saraswati Ashtottara Shatanamavali Hindi
Sri Saraswati Ashtottara Shatanamavali Sanskrit
Sri Saraswati Ashtottara Shatanamavali Tamil
Sri Mangala Gowri Ashtottara Shatanamavali English
Sri Mangala Gowri Ashtottara Shatanamavali Kannada
Sri Mangala Gowri Ashtottara Shatanamavali Telugu
Sri Mangala Gowri Ashtottara Shatanamavali Hindi
Sri Mangala Gowri Ashtottara Shatanamavali Sanskrit
Sri Mangala Gowri Ashtottara Shatanamavali Tamil
Sri Rama Ashtottara Shatanamavali English
Sri Rama Ashtottara Shatanamavali Kannada
Sri Rama Ashtottara Shatanamavali Telugu
Sri Rama Ashtottara Shatanamavali Hindi
Sri Rama Ashtottara Shatanamavali Sanskrit
Sri Rama Ashtottara Shatanamavali Tamil
Sri Sita Ashtottara Shatanamavali (Type 1) English
Sri Sita Ashtottara Shatanamavali (Type 1) Kannada
Sri Sita Ashtottara Shatanamavali (Type 1) Telugu
Sri Sita Ashtottara Shatanamavali (Type 1) Hindi
Sri Sita Ashtottara Shatanamavali (Type 1) Sanskrit
Sri Sita Ashtottara Shatanamavali (Type 1) Tamil
Sri Sita Ashtottara Shatanamavali (Type 2) English
Sri Sita Ashtottara Shatanamavali (Type 2) Kannada
Sri Sita Ashtottara Shatanamavali (Type 2) Telugu
Sri Sita Ashtottara Shatanamavali (Type 2) Hindi
Sri Sita Ashtottara Shatanamavali (Type 2) Sanskrit
Sri Sita Ashtottara Shatanamavali (Type 2) Tamil
Sri Anjaneya Ashtottara Shatanamavali English
Sri Anjaneya Ashtottara Shatanamavali Kannada
Sri Anjaneya Ashtottara Shatanamavali Telugu
Sri Anjaneya Ashtottara Shatanamavali Hindi
Sri Anjaneya Ashtottara Shatanamavali Sanskrit
Sri Anjaneya Ashtottara Shatanamavali Tamil
Surya Ashtottara Shatanamavali English
Surya Ashtottara Shatanamavali Kannada
Surya Ashtottara Shatanamavali Telugu
Surya Ashtottara Shatanamavali Hindi
Surya Ashtottara Shatanamavali Sanskrit
Surya Ashtottara Shatanamavali Tamil
Chandra Ashtottara Shatanamavali English
Chandra Ashtottara Shatanamavali Kannada
Chandra Ashtottara Shatanamavali Telugu
Chandra Ashtottara Shatanamavali Hindi
Chandra Ashtottara Shatanamavali Sanskrit
Chandra Ashtottara Shatanamavali Tamil
Angaraka Ashtottara Shatanamavali English
Angaraka Ashtottara Shatanamavali Kannada
Angaraka Ashtottara Shatanamavali Telugu
Angaraka Ashtottara Shatanamavali Hindi
Angaraka Ashtottara Shatanamavali Sanskrit
Angaraka Ashtottara Shatanamavali Tamil
Budha Ashtottara Shatanamavali English
Budha Ashtottara Shatanamavali Kannada
Budha Ashtottara Shatanamavali Telugu
Budha Ashtottara Shatanamavali Hindi
Budha Ashtottara Shatanamavali Sanskrit
Budha Ashtottara Shatanamavali Tamil
Bruhaspati Ashtottara Shatanamavali English
Bruhaspati Ashtottara Shatanamavali Kannada
Bruhaspati Ashtottara Shatanamavali Telugu
Bruhaspati Ashtottara Shatanamavali Hindi
Bruhaspati Ashtottara Shatanamavali Sanskrit
Bruhaspati Ashtottara Shatanamavali Tamil
Shukra Ashtottara Shatanamavali English
Shukra Ashtottara Shatanamavali Kannada
Shukra Ashtottara Shatanamavali Telugu
Shukra Ashtottara Shatanamavali Hindi
Shukra Ashtottara Shatanamavali Sanskrit
Shukra Ashtottara Shatanamavali Tamil
Shani Ashtottara Shatanamavali English
Shani Ashtottara Shatanamavali Kannada
Shani Ashtottara Shatanamavali Telugu
Shani Ashtottara Shatanamavali Hindi
Shani Ashtottara Shatanamavali Sanskrit
Shani Ashtottara Shatanamavali Tamil
Rahu Ashtottara Shatanamavali English
Rahu Ashtottara Shatanamavali Kannada
Rahu Ashtottara Shatanamavali Telugu
Rahu Ashtottara Shatanamavali Hindi
Rahu Ashtottara Shatanamavali Sanskrit
Rahu Ashtottara Shatanamavali Tamil
Ketu Ashtottara Shatanamavali English
Ketu Ashtottara Shatanamavali Kannada
Ketu Ashtottara Shatanamavali Telugu
Ketu Ashtottara Shatanamavali Hindi
Ketu Ashtottara Shatanamavali Sanskrit
Ketu Ashtottara Shatanamavali Tamil
Dattatreya Ashtottara Shatanamavali English
Dattatreya Ashtottara Shatanamavali Kannada
Dattatreya Ashtottara Shatanamavali Telugu
Dattatreya Ashtottara Shatanamavali Hindi
Dattatreya Ashtottara Shatanamavali Sanskrit
Dattatreya Ashtottara Shatanamavali Tamil
Ayyappa Ashtottara Shatanamavali English
Ayyappa Ashtottara Shatanamavali Kannada
Ayyappa Ashtottara Shatanamavali Telugu
Ayyappa Ashtottara Shatanamavali Hindi
Ayyappa Ashtottara Shatanamavali Sanskrit
Ananta Padmanabha Ashtottara Shatanamavali English
Ananta Padmanabha Ashtottara Shatanamavali Kannada
Ananta Padmanabha Ashtottara Shatanamavali Telugu
Ananta Padmanabha Ashtottara Shatanamavali Hindi
Ananta Padmanabha Ashtottara Shatanamavali Sanskrit
Gayatri Ashtottara Shatanamavali (Type 1) English
Gayatri Ashtottara Shatanamavali (Type 1) Kannada
Gayatri Ashtottara Shatanamavali (Type 1) Telugu
Gayatri Ashtottara Shatanamavali (Type 1) Hindi
Gayatri Ashtottara Shatanamavali (Type 1) Sanskrit
Gayatri Ashtottara Shatanamavali (Type 2) English
Gayatri Ashtottara Shatanamavali (Type 2) Kannada
Gayatri Ashtottara Shatanamavali (Type 2) Telugu
Gayatri Ashtottara Shatanamavali (Type 2) Hindi
Gayatri Ashtottara Shatanamavali (Type 2) Sanskrit
Sri Tulasi Ashtottara Shatanamavali English
Sri Tulasi Ashtottara Shatanamavali Kannada
Sri Tulasi Ashtottara Shatanamavali Telugu
Sri Tulasi Ashtottara Shatanamavali Hindi
Sri Tulasi Ashtottara Shatanamavali Sanskrit
Sri Valli Ashtottara Shatanamavali English
Sri Valli Ashtottara Shatanamavali Kannada
Sri Valli Ashtottara Shatanamavali Telugu
Sri Valli Ashtottara Shatanamavali Hindi
Sri Valli Ashtottara Shatanamavali Sanskrit
Sri Devasena Ashtottara Shatanamavali English
Sri Devasena Ashtottara Shatanamavali Kannada
Sri Devasena Ashtottara Shatanamavali Telugu
Sri Devasena Ashtottara Shatanamavali Hindi
Sri Devasena Ashtottara Shatanamavali Sanskrit
Sri Varaha Ashtottara Shatanamavali English
Sri Varaha Ashtottara Shatanamavali Kannada
Sri Varaha Ashtottara Shatanamavali Telugu
Sri Varaha Ashtottara Shatanamavali Hindi
Sri Varaha Ashtottara Shatanamavali Sanskrit
Sri Varahi Ashtottara Shatanamavali English
Sri Varahi Ashtottara Shatanamavali Kannada
Sri Varahi Ashtottara Shatanamavali Telugu
Sri Varahi Ashtottara Shatanamavali Hindi
Sri Varahi Ashtottara Shatanamavali Sanskrit
Sri Veerabhadra Ashtottara Shatanamavali English
Sri Veerabhadra Ashtottara Shatanamavali Kannada
Sri Veerabhadra Ashtottara Shatanamavali Telugu
Sri Veerabhadra Ashtottara Shatanamavali Hindi
Sri Veerabhadra Ashtottara Shatanamavali Sanskrit
Sri Hayagreeva Ashtottara Shatanamavali English
Sri Hayagreeva Ashtottara Shatanamavali Kannada
Sri Hayagreeva Ashtottara Shatanamavali Telugu
Sri Hayagreeva Ashtottara Shatanamavali Hindi
Sri Hayagreeva Ashtottara Shatanamavali Sanskrit
Sri Shankaracharya Ashtottara Shatanamavali English
Sri Shankaracharya Ashtottara Shatanamavali Kannada
Sri Shankaracharya Ashtottara Shatanamavali Telugu
Sri Shankaracharya Ashtottara Shatanamavali Hindi
Sri Shankaracharya Ashtottara Shatanamavali Sanskrit
Sri Raghavendra Ashtottara Shatanamavali English
Sri Raghavendra Ashtottara Shatanamavali Kannada
Sri Raghavendra Ashtottara Shatanamavali Telugu
Sri Raghavendra Ashtottara Shatanamavali Hindi
Sri Raghavendra Ashtottara Shatanamavali Sanskrit
Satyanarayana Ashtottara Shatanamavali (Type 2) English
Satyanarayana Ashtottara Shatanamavali (Type 2) Kannada
Satyanarayana Ashtottara Shatanamavali (Type 2) Telugu
Satyanarayana Ashtottara Shatanamavali (Type 2) Hindi
Satyanarayana Ashtottara Shatanamavali (Type 2) Sanskrit
Sri Kalabhairava Kakara Ashtottara Shatanamavali English
Sri Kalabhairava Kakara Ashtottara Shatanamavali Kannada
Sri Kalabhairava Kakara Ashtottara Shatanamavali Telugu
Sri Kalabhairava Kakara Ashtottara Shatanamavali Hindi
Sri Kalabhairava Kakara Ashtottara Shatanamavali Sanskrit
Sri Adilakshmi Ashtottara Shatanamavali English
Sri Adilakshmi Ashtottara Shatanamavali Kannada
Sri Adilakshmi Ashtottara Shatanamavali Telugu
Sri Adilakshmi Ashtottara Shatanamavali Hindi
Sri Adilakshmi Ashtottara Shatanamavali Sanskrit
Sri Dhanyalakshmi Ashtottara Shatanamavali English
Sri Dhanyalakshmi Ashtottara Shatanamavali Kannada
Sri Dhanyalakshmi Ashtottara Shatanamavali Telugu
Sri Dhanyalakshmi Ashtottara Shatanamavali Hindi
Sri Dhanyalakshmi Ashtottara Shatanamavali Sanskrit
Sri Dhairyalakshmi Ashtottara Shatanamavali English
Sri Dhairyalakshmi Ashtottara Shatanamavali Kannada
Sri Dhairyalakshmi Ashtottara Shatanamavali Telugu
Sri Dhairyalakshmi Ashtottara Shatanamavali Hindi
Sri Dhairyalakshmi Ashtottara Shatanamavali Sanskrit
Sri Gajalakshmi Ashtottara Shatanamavali English
Sri Gajalakshmi Ashtottara Shatanamavali Kannada
Sri Gajalakshmi Ashtottara Shatanamavali Telugu
Sri Gajalakshmi Ashtottara Shatanamavali Hindi
Sri Gajalakshmi Ashtottara Shatanamavali Sanskrit
Sri Santanalakshmi Ashtottara Shatanamavali English
Sri Santanalakshmi Ashtottara Shatanamavali Kannada
Sri Santanalakshmi Ashtottara Shatanamavali Telugu
Sri Santanalakshmi Ashtottara Shatanamavali Hindi
Sri Santanalakshmi Ashtottara Shatanamavali Sanskrit
Sri Vijayalakshmi Ashtottara Shatanamavali English
Sri Vijayalakshmi Ashtottara Shatanamavali Kannada
Sri Vijayalakshmi Ashtottara Shatanamavali Telugu
Sri Vijayalakshmi Ashtottara Shatanamavali Hindi
Sri Vijayalakshmi Ashtottara Shatanamavali Sanskrit
Sri Vidyalakshmi Ashtottara Shatanamavali English
Sri Vidyalakshmi Ashtottara Shatanamavali Kannada
Sri Vidyalakshmi Ashtottara Shatanamavali Telugu
Sri Vidyalakshmi Ashtottara Shatanamavali Hindi
Sri Vidyalakshmi Ashtottara Shatanamavali Sanskrit
Sri Aishwaryalakshmi Ashtottara Shatanamavali English
Sri Aishwaryalakshmi Ashtottara Shatanamavali Kannada
Sri Aishwaryalakshmi Ashtottara Shatanamavali Telugu
Sri Aishwaryalakshmi Ashtottara Shatanamavali Hindi
Sri Aishwaryalakshmi Ashtottara Shatanamavali Sanskrit
Sri Kamakshi Ashtottara Shatanamavali English
Sri Kamakshi Ashtottara Shatanamavali Kannada
Sri Kamakshi Ashtottara Shatanamavali Telugu
Sri Kamakshi Ashtottara Shatanamavali Hindi
Sri Kamakshi Ashtottara Shatanamavali Sanskrit
Sri Pratyangira Ashtottara Shatanamavali English
Sri Pratyangira Ashtottara Shatanamavali Kannada
Sri Pratyangira Ashtottara Shatanamavali Telugu
Sri Pratyangira Ashtottara Shatanamavali Hindi
Sri Pratyangira Ashtottara Shatanamavali Sanskrit
Sri Pratyangira Ashtottara Shatanamavali Tamil
Aam Ka Mitha Achar
Aamti
Achari Paneer
Adai
Agra Petha
Extra Creamy Potato Soup
Aloo Wadiyan Rasedaar
Aloo Baigan
Aloo Bonda
Aloo Dahi Wale
Aloo Dahiwada
Aloo Gobi
Aloo Ka Bharta
Aloo Ki Khichdi
Aloo Kurkure
Aloo Mangodi
Aloo Methi
Aloo Mewawale
Aloo Palak
Aloo Patta Gobi
Aloo Phulkopir Dalna
Aloo Poha
Aloo Posto
Aloo Pulao
Aloo Sabzi
Aloo Took
Alutua
Amer Chatni
Amer Mishti Achar
Amla Ki Chutney
Amla Pickle
Amti
Anaraser Chatni
Appam
Apple and Mango Chutney
Apple and Onion Bake
Apple Jam
Apple Jelly
Apricot and Pineapple Jam
Apricot Chutney
Apricot Jam
Apricot Sauce
Aratikaaya Masala Pulusu
Arbi Pickle
Arhar Dal
Arhar Dal with Green Mango
Asoondi
Atta Chakuli
Atte Ka Seera
Aviyal
Baadusha
Baby Corn Soup (Type 1)
Baby Corn Soup (Type 2)
Badam Ka Seera
Badam Kaju Pista Burger
Badam Kheer
Bagala Baath
Baghare Baigan
Baked Brinjal Salad
Banana Chips
Banana Chutney
Bandha Kobhi Chadchadee
Basic Bean Soup
Basil and Badam Soup
Bathue Raita
Beetroot Halwa
Begun Bhaja
Bendakaya Fry
Besan Dhokla
Bhaja Muga Dali
Bharwan Baingan
Bhel Puri
Bhindi Anardana
Bhindi Bhaji
Black Bean Soup
Black Eye Beans Curry
Boiled Rice
Bombay Chapathi Sandwich
Bombay Chiwda
Boondi Raita
Bread Barfi
Brinjal Caviar
Brinjal Rice
Buttermilk Dosa
Cabbage Apple Delight
Cabbage Paratha
Cabbage Poriyal
Cabbage Raita
Carrot and Cilantro Soup
Carrot and Lentil Soup
Carrot Chutney
Carrot Halwa
Carrot Jam
Carrot Kheer
Carrot Muffin
Carrot Pickle
Carrot Rice
Carrots in Foil
Cashew Nut Chutney
Cauliflower Turnip and Carrot Pickle
Celery Payaru Thoran
Chakkar Pongal
Chana Dal
Chana Dal Paratha
Chanar Bara
Chanar Dalna
Chane Jaiselmer Ke
Charupodi
Cheese Pakora
Cheesy Potato Croquettes
Sri Kukke Subrahmanya Temple (Subramanya)
Manjunatha Swamy Temple (Dharmasthala)
Shree Mahaganapathi Temple (Southadka)
Shri Vinayaka Temple (Aane Gudde - Kumbashi)
Shri Idagunji Maha Ganapati Temple (Idagunji)
Mookambika Temple (Kollur)
Sri Krishna Matha (Udupi)
Sri Manjunatha Temple (Kadri)
Mangaladevi Temple (Mangalore)
Gokarnanatha Temple (Kudroli)
Sharadamba Temple (Sringeri)
Annapooreshwari Temple (Horanadu)
Durga Parameshwari Temple (Kateel)
Shri Brahmi Durgaparameshwari Temple (Kamalashile)
Shri Murudeshwara Temple (Murudeshwara)
Mahabaleshwar Temple (Gokarna)
Shri Rajarajeshwari Temple (Polali)
Shri Shankaranarayana Temple (Shankaranarayana)
Guru Narasimha Temple (Saligrama)
Shri Ananthapadmanabha Temple (Kudupu)
Shri Sada Shivarudra Temple (Ujire)
Shri Shishileshwara Temple (Shishila)
Shri Vaidyanatheshwara Temple (Kokkada)
Shri Rishyasringeshwara Temple (Kigga)
Annapoorneshwari Temple (Hosanadu Kodyadka)
Shree Sharadhamba Temple (Koodli)
Sri Surya Narayana Temple (Naravi)
Kalaseshwara Temple (Kalasa)
Shri Jagadguru Badari Shankaracharya Samsthanam (Shakatapuram)
Guli Guli Shankareshwara Swamy Temple (Shimoga)
Sri Vinayaka Temple (Guddattu)
The Monkey and the Wedge
The Jackal and the Drum
The Fall and Rise of a Merchant
The Foolish Sage
The Greedy Jackal and the Fighting Goats
The Clever Crows and the Cunning Jackal
The Cunning Heron and the Clever Crab
The Clever Hare and the Foolish Lion
The Bug and the Flea
The story of a Blue Jackal
The Lion, the Camel, the Jackal and the Crow
The Tittibha Birds and the Sea