Results for "Difference of Two Numbers Ada"

Total results: 1316

  1. Java Program to print Hello World
  2. Java Program to initialize a string and print
  3. Java Program to print first n Integers
  4. Java Program to find sum of two integer numbers
  5. Java Program to find sum of two integer numbers using Scanner Class
  6. Java Program to find area of circle
  7. Java Program to find area of square
  8. Java Program to find area of rectangle
  9. Java Program to find perimeter of circle
  10. Java Program to find perimeter of square
  11. Java Program to find perimeter of rectangle
  12. Java Program to read information about a student from the user and display the same with the use of classes and objects
  13. Java Program to Print Lower Triangle Matrix Excluding Principal Diagonal Matrix
  14. Java Program to Print Upper Triangle Matrix Excluding Principal Diagonal Matrix
  15. Java Program to Print Lower Triangle Matrix Including Principal Diagonal Matrix
  16. Java Program to Print Upper Triangle Matrix Including Principal Diagonal Matrix
  17. Java Program to find Sum of Lower Triangle Matrix Excluding Principal Diagonal Matrix
  18. Java Program to find Sum of Upper Triangle Matrix Excluding Principal Diagonal Matrix
  19. Java Program to find Sum of Lower Triangle Matrix Including Principal Diagonal Matrix
  20. Java Program to find Sum of Upper Triangle Matrix Including Principal Diagonal Matrix
  21. Java Program to Reverse a Number
  22. Java Program to Reverse a String
  23. Java Program to find maximum element in an array
  24. Java Program to find minimum element in an array
  25. Java Program to convert Kilometer to Miles
  26. Java Program to find fibonacci series of a number
  27. Java Program to find fibonacci series of a number using methods
  28. Java Program to find fibonacci series of a number using recursion
  29. Java Program to find the area of a pentagon
  30. Java Program example to demonstrate String charAt method
  31. Java Program example to demonstrate String compareTo method
  32. Java Program example to demonstrate String compareToIgnoreCase method
  33. Java Program example to demonstrate String contentEquals method
  34. Java Program example to demonstrate String concat method
  35. Java Program to demonstrate Integer wrapper class
  36. Java Program to demonstrate Float wrapper class
  37. Java Program to demonstrate Boolean wrapper class
  38. Java Program to demonstrate Byte wrapper class
  39. Java Program to Create a File
  40. Java Program to Rename a File
  41. Java Program to show usage of Enum which prints the size of coffee mug
  42. Java Program to demonstrate Interfaces
  43. Java Program to show usage of this pointer using Order Pizza Program
  44. Java Program to demonstrate packages
  45. Java Program to pick random value from enumerations
  46. Java Program to find area of different shapes using inheritance
  47. Java Program to demonstrate multilevel inheritance
  48. Java Program to count the occurrence of a number
  49. Java Program to calculate Salary of an Employee
  50. Java Program for Stack Simulation
  51. Java Program for Queue Simulation
  52. Java Program for Div Zero Exception
  53. Java Program to demonstrate nested try block
  54. Java Program example to demonstrate variable length of arguments
  55. Java Program to demonstrate NullPointerException
  56. Java Program to demonstrate ArrayList
  57. Java Program to convert ArrayList to Array
  58. Java Program to convert Array to ArrayList
  59. Java Program to create a user defined LinkedList class and store list of books and display
  60. Java Program to calculate Student Average of a Class using User defined Storage Classes
  61. Java Program to demonstrate stack class in Collection framework
  62. Java Swing Program to demonstrate Jlabel
  63. Java Swing Program to demonstrate JLabel with Icon
  64. Java Swing Program to demonstrate JLabel with Text and Icon
  65. Java Swing Program to demonstrate JTextField
  66. Java Swing Program to demonstrate JTextField with Text
  67. Java Swing Program to demonstrate JButton
  68. Java Swing Program to demonstrate JButton with Icon
  69. Java Swing Program to demonstrate JButton with Text and Icon
  70. Java Swing Program to demonstrate JButton Action TextField
  71. Java Swing Program to demonstrate JCheckBox with Text
  72. Java Program to create thread by implementing runnable interface
  73. Java Program to create thread by extending Thread class
  74. Java Program to sort an array using Insertion Sort
  75. Java Program to find sum of array elements
  76. Java Program to find sum of array elements using methods
  77. Java Program to insert element to an array
  78. Java Program to insert element to an array at specified position
  79. Java Program to check if Integer element is present in an array
  80. Java Program to check if String element is present in an array
  81. Java Program to find average of array elements
  82. Java Program to find Median of array elements
  83. Java program to concatenate two arrays using array copy method
  84. Java program to concatenate two arrays using Collections
  85. Java program to concatenate two arrays using Stream API
  86. Java program to merge two arrays one after the other
  87. Java program to reverse ArrayList
  88. Java program to reverse array using Collections
  89. Java program to reverse array using for loop
  90. Java program to reverse array using temporary variable
  91. Java program to sort array using Collections reverseOrder method
  92. Java program to sort array using Sort method
  93. Java program to sort array using temporary variable
  94. Java program to sort string array in descending order using collections
  95. Java program to demonstrate super keyword
  96. Java program to reverse a string using recursion
  97. Java Program to add two binary numbers
  98. Java Program to add two binary numbers using ParseInt
  99. Java Program to subtract two binary numbers using ParseInt
  100. Java Program to multiply two binary numbers using ParseInt
  101. Java Program to divide two binary numbers using ParseInt
  102. Java Program to reverse words in a given string
  103. Java Program to count Vowels and Consonants in a given string
  104. Java Program to count digits and white spaces in a given string
  105. Java Program to check for Duplicate Characters
  106. Java Program to print all substrings of a given string
  107. Java Program to sort the given string Alphabetically
  108. Java Program to sort the given string Alphabetically using Comparator
  109. Java Program to sort the given string in reverse order using Comparator
  110. Java Program to add two matrices
  111. Java Program to subtract two matrices
  112. Java Program to multiply two matrices
  113. Python Program to initialize different datatypes and print
  114. Python Program to print different formats of string
  115. Python Program to find sum of two integer numbers
  116. Python Program to find difference of two integer numbers
  117. Python Program to find product of two integer numbers
  118. Python Program to find division of two integer numbers
  119. Python Program to find biggest of two integer numbers
  120. Python Program to find biggest of three numbers
  121. Python Program to find area of square
  122. Python Program to find area of rectangle
  123. Python Program to find area of circle
  124. Python Program to find area of triangle
  125. Python Program to find area of pentagon
  126. Python Program to swap two numbers using temporary variable
  127. Python Program to swap two numbers using xor
  128. Python Program to find swap two numbers without temp variable (Addition and Subtraction Method)
  129. Python Program to find swap two numbers without temp variable (Multiplication and Division Method)
  130. Python Program to find ASCII value of a character or digit
  131. Python Program to find ASCII value of a character or digit entered by the user
  132. Python Program to check whether a given number is an Armstrong Number or not
  133. Python Program to check whether a given number is an Armstrong Number or not using lambda and list
  134. Python Program to reverse an integer number
  135. Python Program to find sum of digits
  136. Python Program to convert kilometer to mile
  137. Python Program to find maximum element in an array
  138. Python Program to find sum of array elements using for
  139. Python Program to find sum of array elements using sum function
  140. Python Program to find fibonacci series
  141. Python Program to sort an array using Insertion Sort
  142. Python Program to check if a given number is Prime or not
  143. Python Program to find the square root of a given number
  144. Python Program to convert Celsius to Fahrenheit
  145. Python Program to convert Fahrenheit to Celsius
  146. Python Program to generate a random number within the given range
  147. C Program to initialize different datatypes and print the same on terminal
  148. C Program to show different formatting in output using printf
  149. C Program to convert a value into different formats using format specifiers
  150. C Program to find the sum of two integer numbers
  151. C Program to find the difference of two integer numbers
  152. C Program to find the product of two integer numbers
  153. C Program to find the division of two integer numbers
  154. C Program to find distance between two straight lines
  155. C Program to find area of square
  156. C Program to find perimeter of square
  157. C Program to find area of rectangle
  158. C Program to find perimeter of rectangle
  159. C Program to find area of equilateral triangle
  160. C Program to find area of right angled triangle
  161. C Program to find area of scalene triangle
  162. C Program to find area of triangle given three sides of a triangle
  163. C Program to find area of circle
  164. C Program to find area and circumference of a circle using pre processor directives
  165. C Program to check if a triangle is Isosceles Equilateral or Scalene
  166. C Program to swap two variables using addition and subtraction without using temporary variable
  167. C Program to swap two variables using temporary variable
  168. C Program to swap two variables using multiply and division operation without using temporary variable
  169. C Program to swap two variables by shifting bits
  170. C Program to swap two variables by performing xor operation
  171. C Program to calculate Simple Interest
  172. C Program to calculate Compound Interest
  173. C Program to find profit or loss
  174. C Program to find positive negative or zero using Conditional Operator
  175. C Program to find positive negative or zero using If Else statement
  176. C Program to find odd or even using Conditional Operator
  177. C Program to find odd or even using If Else statement
  178. C Program to find odd or even using goto statement
  179. C Program to check whether a given year is a leap year or not
  180. C Program to check whether a given number is a Perfect Number or not
  181. C Program to check whether a given number is an Armstrong Number or not
  182. C Program to generate Armstrong number within a given range
  183. C Program to check whether a given number is an Armstrong Number or not using user defined power function
  184. C Program to check whether a given number is an Armstrong Number or not using in built power function
  185. C Program to find biggest of two numbers using Conditional Operator
  186. C Program to find biggest of two numbers using If Else statement
  187. C Program to find biggest of three numbers using Conditional Operator
  188. C Program to find biggest of three numbers using If Else statement
  189. C Program to find biggest of three numbers using nested If Else statement
  190. C Program to find biggest of three numbers using Binary Minus
  191. C Program to find smallest of three numbers using Conditional Operator
  192. C Program to find smallest of three numbers using If Else statement
  193. C Program to find smallest of three numbers using nested If Else statement
  194. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using if else ladder statement
  195. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  196. C Program to find roots of a quadratic equation using If Else statement
  197. C Program to find area of triangle square circle or rectangle using switch statement
  198. C Program to demonstrate the use of sizeof operator
  199. C Program to identify a character or a digit using ASCII values
  200. C Program to convert lower case alphabet to upper case and upper case to lower case using Built In functions
  201. C Program to print first n natural numbers using for loop
  202. C Program to print first n natural numbers using while loop
  203. C Program to print first n natural numbers using do while loop
  204. C Program to find the sum of first n natural numbers using for loop
  205. C Program to find the sum of first n natural numbers using while loop
  206. C Program to sum of n natural numbers using do while
  207. C Program to find the factorial of a given number
  208. C Program to find factorial of a number using functions
  209. C Program to find GCD and LCM of a given two number
  210. C Program to generate Fibonacci Series for first n natural numbers
  211. C Program to check whether a given integer number is palindrome or not
  212. C Program to print first n prime numbers
  213. C Program to print prime numbers within given range
  214. C Program to check if a number is prime number or not
  215. C Program to reverse a given integer number using while loop
  216. C Program to reverse a given integer number using while loop using functions
  217. C Program to reverse an integer number using for
  218. C Program to reverse an integer number using do while
  219. C Program to reverse string using for
  220. C Program to reverse string using while
  221. C Program to reverse string using do while
  222. C Program to print random number
  223. C Program to print random number within range
  224. C Program to check anagram by checking frequency
  225. C Program to check anagram by sorting strings
  226. C Program to find area of Ellipse
  227. C Program to find area of Regular Polygon sides
  228. C Program to find area of Rhombus
  229. C Program to find area of Sector
  230. C Program to find area of Triangular Prism lateral surface
  231. C Program to find the area of a pentagon
  232. C Program to find area of trapezoid
  233. C Program to find power of a number without inbuilt function
  234. C Program to find substring of a string
  235. C Program to swap two Strings
  236. C Program to search occurrence of character in String
  237. C Program to sort a set of strings alphabetically
  238. C Program to arrange a string alphabetically
  239. C Program to find length of a string using built in functions
  240. C Program to find length of a string without using built in functions
  241. C Program to find if a string is palindrome or not without built in functions
  242. C Program to compare two strings using built in functions
  243. C Program to compare two strings without using built in functions
  244. C Program to convert String to Integer value
  245. C Program to find Permutations nPr
  246. C Program to find Combinations nCr
  247. C Program to find sum and percentage of subjects
  248. C Program to find Sum of Digits of a given number Type 1
  249. C Program to find Sum of Digits of a given number Type 2
  250. C Program to concatenate two strings using built in functions
  251. C Program to concatenate two strings into a third string using built in functions
  252. C Program to concatenate two strings into a third string without using built in functions
  253. C Program to copy from source string to destination string without using built in functions
  254. C Program to find sum of two numbers using command line arguments
  255. C Program to find sum of two numbers using functions with returning the value
  256. C Program to find sum of two numbers using functions without returning the value
  257. C Program to print first n odd numbers
  258. C Program to print first n even numbers
  259. C Program to print n odd numbers within range
  260. C Program to print n even numbers within range
  261. C Program to print first n odd and even numbers Type 1
  262. C Program to print first n odd and even numbers Type 2
  263. C Program to find the sum of first n odd numbers using for loop
  264. C Program to print the sum of n odd numbers using while
  265. C Program to print the sum of n odd numbers using do while
  266. C Program to print the sum of n odd numbers within range using for
  267. C Program to print the sum of n odd numbers within range using while
  268. C Program to print the sum of n odd numbers within range using do while
  269. C Program to find the sum of first n even numbers using for loop
  270. C Program to print the sum of n even numbers using while
  271. C Program to print the sum of n even numbers using do while
  272. C Program to print the sum of n even numbers within range using for
  273. C Program to print the sum of n even numbers within range using while
  274. C Program to print the sum of n even numbers within range using do while
  275. C Program to find the sum of first n odd and even numbers using for
  276. C Program to print the sum of n odd and even numbers using while
  277. C Program to print the sum of n odd and even numbers using do while
  278. C Program to print the sum of n odd and even numbers within range using for
  279. C Program to print the sum of n odd and even numbers within range using while
  280. C Program to print the sum of n odd and even numbers within range using do while
  281. C Program to convert binary to octal number
  282. C Program to convert a decimal to octal number
  283. C Program to demonstrate calloc dynamic memory allocation
  284. C Program to demonstrate malloc dynamic memory allocation
  285. C Program to demonstrate malloc memset
  286. C Program to initialize array of strings and print on the terminal
  287. C Program to insert an element into specified location of an array
  288. C Program to delete an element from a specified location of an array
  289. C Program to copy contents of one array to another
  290. C Program to find maximum element in an array without sorting
  291. C Program to find minimum element in an array without sorting
  292. C Program to merge two arrays one after the other
  293. C Program to find the sum of array elements
  294. C Program to find sum of two arrays
  295. C Program to search a key element using Binary Search method
  296. C Program to search a key element using Binary Search using Functions
  297. C Program to search a key element using Linear Search method
  298. C Program to search a key element using Linear Search using Functions
  299. C Program to add two matrix
  300. C Program to subtract two matrix
  301. C Program to find sum of lower triangle matrix
  302. C Program to find sum of upper triangle matrix
  303. C Program to add principal diagonal elements in a matrix
  304. C Program to transpose a matrix
  305. C Program to check if the entered matrix is magic square or not
  306. C Program to implement basic operation of Stacks using global variables
  307. C Program to implement basic operation of Stacks using arrays and pointers
  308. C Program to implement basic operation of Stacks using structures
  309. C Program to implement Stacks using Singly Linked List
  310. C Program to implement Stacks using Circular Linked List
  311. C Program to convert a valid Infix expression to postfix using Structures
  312. C Program to evaluate a valid Postfix expression using Stacks
  313. C Program to find sum of n natural numbers using recursion
  314. C Program to find the factorial of a given number using recursion
  315. C Program to generate fibonacci series using recursion
  316. C Program to find nth fibonacci number using recursion
  317. C Program to search a key element using linear search using recursion
  318. C Program to search a key element using binary search using recursion
  319. C Program to implement Tower of Hanoi
  320. C Program to implement basic operations of Linear Queue using arrays and pointers
  321. C Program to implement basic operations of Circular Queue using arrays and pointers
  322. C Program to implement Priority Queues using array of structures
  323. C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
  324. C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
  325. 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
  326. 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
  327. 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
  328. 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
  329. C Program to implement Linear Queue using Singly Linked List
  330. C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List
  331. C Program to implement Circular Linked List to insert and delete a node from rear and display the contents of the Circular List
  332. 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
  333. C Program to implement Doubly Linked List to insert and delete a node from front and display the contents of the Doubly Linked List
  334. C Program to implement Doubly Linked List to insert and delete a node from rear and display the contents of the Doubly Linked List
  335. C Program to print prime numbers within a range using recursion
  336. C Program to check prime numbers using recursion
  337. C Program to sort an array using Bubble Sort
  338. C Program to sort an array using Bubble Sort using functions
  339. C Program to sort an array using Selection Sort
  340. C Program to sort an array using Insertion Sort
  341. C Program to sort an array using Insertion Sort using functions
  342. C Program to sort an array using Merge Sort
  343. C Program to sort an array using Shell Sort
  344. C Program to implement 01 Knapsack problem
  345. C Program to implement 01 Knapsack problem using recursion
  346. C Program to implement Fractional Knapsack problem using Greedy Method
  347. C Program to implement Prim's Algorithm
  348. C Program to solve N Queens using greedy method
  349. C Program to implement Warshall's algorithm
  350. C Program to find square of a number using macro functions
  351. C Program to illustrate basic concept of pointers
  352. C Program to display value using star operator in pointers
  353. C Program to calculate size of a structure
  354. C Program to find string length using pointers
  355. C Program to find sum of array elements using pointers
  356. C Program to print an array in reverse direction using pointers
  357. C Program to add two complex numbers using structures
  358. C Program to demonstrate double pointer
  359. C Program to add matrices using pointer
  360. C Program to add matrices using function and pointer
  361. C Program to count vowels and consonents in a given sentence
  362. C Program to create union of structures of an employee and display the details
  363. C Program to create a enum user defined datatype for days of a week and print the index of a week
  364. C Program to read and print contents of a file using static memory allocation
  365. C Program to read and print contents of a file using dynamic memory allocation
  366. C Program to convert contents of a file to upper case
  367. C Program to copy contents from file to another file
  368. C Program to create a child process using fork system call and print PID and PPID of the processes
  369. C Program to print small alphabets in right angled triangle pattern in series
  370. C Program to print capital alphabets in right angled triangle pattern in series
  371. C Program to print number a Right angled Triangle pattern
  372. C Program to print first n natural numbers in a Right angled Triangle pattern
  373. C Program to print even numbers in a Right angled Triangle pattern
  374. C Program to print prime numbers in a Right angled Triangle pattern
  375. C Program to print binary numbers in a Right angled Triangle pattern
  376. C Program to print numbers in rows and columns of Quadrangle pattern
  377. C Program to print numbers in rows and columns of Quadrangle pattern in reverse order
  378. C Program to print Equilateral Triangle in a pyramid star pattern
  379. C Program to print Inverted Equilateral Triangle in a pyramid star pattern
  380. C Program to print Right angled Triangle in a pyramid star pattern Type 1
  381. C Program to print Right angled Triangle in a pyramid star pattern Type 2
  382. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 1
  383. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 2
  384. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 1
  385. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 2
  386. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 1
  387. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 2
  388. C Program to print Rhombus in a star pattern
  389. C Program to print Hollow Rhombus in a star pattern Type 1
  390. C Program to print Hollow Rhombus in a star pattern Type 2
  391. C Program to print Solid Square in a star pattern
  392. C Program to print Solid Rectangle in a star pattern
  393. C Program to print Hollow Rectangle in a star pattern
  394. C Program to print Left Arrow in a star pattern Type 1
  395. C Program to print Left Arrow in a star pattern Type 2
  396. C Program to print Right Arrow in a star pattern Type 1
  397. C Program to print Right Arrow in a star pattern Type 2
  398. C Program to print Alphabet K in a star pattern
  399. C Program to print Alphabet X in a star pattern
  400. C Program to print Symbol Plus in a star pattern
  401. C Program to create Floyds triangle
  402. C Program to print Pascal triangle
  403. C Program to display the same source code on terminal
  404. C++ Program to print Hello World
  405. C++ Program to initialize different datatypes and print the same on terminal
  406. C++ Program to find the sum of two integer numbers
  407. C++ Program to find the difference of two integer numbers
  408. C++ Program to find the product of two integer numbers
  409. C++ Program to find the division of two integer numbers
  410. C++ Program to find the sum of two integer numbers using classes and objects
  411. C++ Program to show usage of classes and objects
  412. C++ Program to find biggest of two numbers
  413. C++ Program to find biggest of three numbers
  414. C++ Program to sort an array using Merge Sort
  415. C++ Program to sort an array using Insertion Sort
  416. C++ Program to find biggest of two numbers using Inline Functions
  417. C++ Program to demonstrate sizeof operator
  418. C++ Program to demonstrate usage of reference types
  419. C++ Program to find sum of two numbers using pointer returning functions
  420. C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  421. C++ Program to generate fibonacci series
  422. C++ Program to generate fibonacci series using class
  423. C++ Program to find factorial of a number without classes
  424. C++ Program to find factorial of a number using classes
  425. C++ Program to find factorial of a number using copy constructor
  426. C++ Program to demonstrate the use of address and value operator
  427. C++ Program to find square of a number using templates
  428. C++ Program to find power of a number without inbuilt function
  429. C++ Program to print sum of n natural numbers using do while
  430. C++ Program to add two complex numbers
  431. C++ Program to find area of square using constructor
  432. C++ Program to find area of rectangle using constructor
  433. C++ Program to find area of circle using constructor
  434. C++ Program to find area of pentagon
  435. C++ Program to find area of shapes using constructor overloading
  436. C++ Program to find sum of two arrays
  437. C++ Program to add two matrix
  438. C++ Program to print n even numbers within range
  439. C++ Program to print n odd numbers within range
  440. C++ Program to print the sum of n even numbers using while
  441. C++ Program to print the sum of n even numbers using do while
  442. C++ Program to print the sum of n even numbers within range using for
  443. C++ Program to print the sum of n even numbers within range using while
  444. C++ Program to print the sum of n even numbers within range using do while
  445. C++ Program to print the sum of n odd numbers using while
  446. C++ Program to print the sum of n odd numbers using do while
  447. C++ Program to print the sum of n odd numbers within range using for
  448. C++ Program to print the sum of n odd numbers within range using while
  449. C++ Program to print the sum of n odd numbers within range using do while
  450. C++ Program to print the sum of n odd and even numbers using while
  451. C++ Program to print the sum of n odd and even numbers using do while
  452. C++ Program to print the sum of n odd and even numbers within range using for
  453. C++ Program to print the sum of n odd and even numbers within range using while
  454. C++ Program to print the sum of n odd and even numbers within range using do while
  455. C++ Program to implement Stacks
  456. C# Program to print Hello World
  457. C# Program to add two numbers
  458. C# Program to subtract two numbers
  459. C# Program to multiply two numbers
  460. C# Program to divide two numbers
  461. C# Program to calculate area of pentagon
  462. C# Program to sort an array using Insertion Sort
  463. C# program to find Area of Circle
  464. C# program to find Area of Equilateral Triangle
  465. C# program to find Area of Isoceles Triangle
  466. C# program to find Area of Right angled Triangle
  467. C# program to find Area of Scalene Triangle
  468. C# program to find Area of Triangle by Sides
  469. C# program to find Area of Square
  470. C# program to find Area of Rectangle
  471. C# program to find Circumference of the Circle
  472. C# program to find Perimeter of Square
  473. C# program to find Perimeter of Rectangle
  474. C# program to find Perimeter of Equilateral Triangle
  475. C# program to find Perimeter of Scalene Triangle
  476. C# program to find Perimeter of Isosceles Triangle
  477. C# program to find Perimeter of Circle
  478. C# program to print first n Natural Numbers
  479. C# program to print n Even Natural Numbers
  480. C# program to print n Odd Natural Numbers
  481. C# program to find Sum of first n Natural Numbers
  482. C# program to find Sum of first n Even Natural Numbers
  483. C# program to find Sum of first n Odd Natural Numbers
  484. C# program to Compare Two Numbers
  485. C# program to find Modulus of Two Numbers
  486. C# program to find Simple Interest
  487. C# program to find Compound Interest
  488. C# program to display Multiplication Table
  489. C# program to print Odd Even Series
  490. C# program to print Floyds Triangle
  491. C# program to print Pascal Triangle
  492. C# program to print half Pyramid of Numbers
  493. C# program to print half Pyramid of Alphabets
  494. C# program to print half Pyramid of Stars
  495. C# program to print full Inverted Pyramid of Stars
  496. C# program to print half Inverted Pyramid of Stars
  497. C# program to print full Pyramid of Stars
  498. Rust Program to print Hello World
  499. Rust Program to print first 10 natural numbers using for loop
  500. Rust Program to Add two Numbers
  501. Rust Program to Add two Numbers from user input
  502. Rust Program to Subtract two Numbers
  503. Rust Program to Subtract two Numbers from user input
  504. Rust Program to Multiply Two Numbers
  505. Rust Program to Multiply Two Numbers from user input
  506. Rust Program to Divide Two Numbers
  507. Rust Program to Divide Two Numbers from user input
  508. Rust Program to find Modulus of two Numbers
  509. Rust Program to find Square of a number
  510. Rust Program to read the integer from user input 3 variations
  511. GO Lang Program to print Hello World
  512. GO Lang Program to find sum of two numbers
  513. GO Lang Program to subtract two numbers
  514. GO Lang Program to find biggest of two numbers
  515. GO Lang Program to find length of a String
  516. JavaScript Program to add of two numbers
  517. JavaScript Program to subtract of two numbers
  518. JavaScript Program to multiply of two numbers
  519. JavaScript Program to divide of two numbers
  520. JavaScript Program to print Fibonacci series
  521. PHP Program to print Hello World
  522. PHP Program to print Hello World using echo
  523. PHP Program to print Hello World using print
  524. PHP Program to Initialize variable and print
  525. PHP Program to add two numbers
  526. PHP Program to find sum of array elements
  527. Ruby Program to find odd or even number
  528. Ruby Program to find factorial of a number
  529. Ruby Program to add two numbers
  530. Ruby Program to add two numbers using command line
  531. Ruby Program to subtract two numbers
  532. R Program to get input from user and print on Console
  533. R Program to generate random numbers using runif
  534. R Program to generate random numbers using sample
  535. R Program to add two numbers and print the result on the console
  536. R Program to add two vectors and print the result on the console
  537. R Program to find the sum mean product of two vectors
  538. R Program to find modulus of two numbers
  539. R Program to add two numbers
  540. R Program to subtract two numbers
  541. R Program to multiply two numbers
  542. R Program to divide two numbers
  543. Shell Script to read an integer value from user and print
  544. Shell Script to print Fibonacci series
  545. Shell Script to find factorial of a number
  546. Shell Script to print first n natural numbers
  547. Shell Script to find sum of n numbers
  548. Shell Script to find biggest of two numbers
  549. Shell Script to find biggest of three numbers using command line arguments
  550. Shell Script to find biggest of three numbers using nested if
  551. Shell Script to find largest of three numbers using If Else statement
  552. Shell Script to print command line arguments Type 1
  553. Shell Script to print command line arguments Type 2
  554. Shell Script to print command line arguments in reverse
  555. Shell Script to print first n natural numbers in a pattern of Right angled Triangle
  556. Shell Script to print first n natural numbers in a pattern of Equilateral Triangle
  557. Shell Script to print contents of an array
  558. Shell Script to find largest file in a directory
  559. Shell Script for simple calculator to perform addition subtraction multiplication and division based on the symbol using case statements
  560. ADA Program to print Hello World
  561. ADA Program to print a integer number entered by user
  562. ADA Program to print a character entered by user
  563. ADA Program to print a string entered by user
  564. ADA Program to find the sum of two integer number
  565. ADA Program to find the difference of two integer number
  566. ADA Program to find the product of two integer number
  567. ADA Program to find the division of two integer number
  568. ADA Program to find area of square
  569. ADA Program to find perimeter of square
  570. ADA Program to find area of rectangle
  571. ADA Program to find perimeter of rectangle
  572. Haskell Program to print hello world
  573. Haskell Program to print integer entered by the user
  574. Haskell Program to print string entered by the user
  575. Haskell Program to print system information
  576. Haskell Program to print Fibonacci series
  577. Haskell Program to print factorial of a number
  578. Haskell Program to add two numbers
  579. Haskell Program to subtract two numbers
  580. Haskell Program to multiply two numbers
  581. Haskell Program to divide two numbers
  582. Haskell Program to convert string to lower case
  583. Haskell Program to convert string to upper case
  584. Julia Program to print ASCII Values
  585. Julia Program to add two numbers
  586. Julia Program to subtract two numbers
  587. Julia Program to multiply two numbers
  588. Julia Program to divide two numbers
  589. Julia Program to find modulus of two numbers
  590. Julia Program to find power of a given number
  591. Julia Program to print n natural numbers
  592. Julia Program to print sum of n natural numbers
  593. Julia Program to print n odd numbers
  594. Julia Program to print n even numbers
  595. Julia Program to print first n prime numbers
  596. Julia Program to demonstrate Arrays of anything
  597. Julia Program to demonstrate creation of Array using collect method
  598. Julia Program to demonstrate creation of Arrays using splat operator
  599. Julia Program to print step of 10s using range method
  600. Julia Program to print step of 10s using collect method
  601. Julia Program to print step of 10s using range and collect method
  602. Kotlin Program to demonstrate ArrayList
  603. Lua Program to add two numbers
  604. Lua Program to subtract two numbers
  605. Lua Program to multiply two numbers
  606. Swift Program to print integer value
  607. Swift Program to print floating point value
  608. Swift Program to demonstrate typewrapping integer value
  609. Swift Program to print Fibonacci Series for first n natural numbers
  610. Swift Program to find the sum of two integer numbers
  611. Swift Program to find the difference of two integer numbers
  612. Swift Program to find the product of two integer numbers
  613. Swift Program to find the quotient of two integer numbers
  614. Swift Program to print information of a person using structures
  615. Swift Program to print information of a student using classes
  616. F# program to print Hello World
  617. F# program to Add two numbers
  618. F# program to Add two numbers using Functions
  619. F# program to Subtract two numbers
  620. F# program to Subtract two numbers using Functions
  621. F# program to Multiply two numbers
  622. F# program to Multiply two numbers using Functions
  623. F# program to Divide two numbers
  624. F# program to Divide two numbers using Functions
  625. F# program to Divide two numbers using Try Catch
  626. F# program to find Modulus of two numbers
  627. F# program to find Modulus of two numbers using Functions
  628. F# program to find Modulus of two numbers using Try Catch
  629. F# program to print first n Natural Numbers
  630. F# program to print the sum of first n Natural Numbers
  631. F# program to print first n Prime Numbers using Sequence
  632. F# program to perform Arithmetic Operations
  633. F# program to perform Boolean Operations
  634. F# program to compare two numbers
  635. F# program to compare two numbers using Functions
  636. F# program to print Fibonacci Series
  637. F# program to print Fibonacci Series using Anonymous Recursion
  638. F# program to print Fibonacci Series using Match With
  639. F# program to find Factorial of a Number
  640. F# program to find GCD of two Numbers
  641. F# program to print numbers in reverse using down to
  642. Introduction to Java
  643. Java Virtual Machine (JVM) and Bytecode
  644. Features of Java
  645. Setting up the Java Development Kit (JDK)
  646. Difference Between Oracle JDK and OpenJDK
  647. Integrated Development Environments (IDEs) for Java
  648. First Java Program
  649. Java Keywords
  650. Java identifiers
  651. Lists in Python
  652. Strings in Python
  653. Tuples in Python
  654. Sets in Python
  655. Dictionary in Python
  656. File Handling in Python
  657. Introduction to Lua
  658. Passage 1
  659. Passage 2
  660. Passage 3
  661. Passage 4
  662. Passage 5
  663. Passage 6
  664. Passage 7
  665. Passage 8
  666. Passage 9
  667. Passage 10
  668. Passage 11
  669. Passage 12
  670. Passage 13
  671. Passage 14
  672. Passage 15
  673. Passage 16
  674. Passage 17
  675. Passage 18
  676. Passage 19
  677. Passage 20
  678. Passage 21
  679. Passage 22
  680. Passage 23
  681. Passage 24
  682. Passage 25
  683. Passage 26
  684. Passage 27
  685. Passage 28
  686. Passage 29
  687. Passage 30
  688. Passage 31
  689. Passage 32
  690. Passage 33
  691. Passage 34
  692. Passage 35
  693. Passage 36
  694. Passage 37
  695. Passage 38
  696. Passage 39
  697. Passage 40
  698. Passage 41
  699. Passage 42
  700. Passage 43
  701. Passage 44
  702. Passage 45
  703. Passage 46
  704. Passage 47
  705. Passage 48
  706. Passage 49
  707. Passage 50
  708. Passage 51
  709. Passage 52
  710. Passage 53
  711. Passage 54
  712. Passage 55
  713. Passage 56
  714. Passage 57
  715. Passage 58
  716. Passage 59
  717. Passage 60
  718. Passage 61
  719. Passage 62
  720. Passage 63
  721. Passage 64
  722. Passage 65
  723. Passage 66
  724. Passage 67
  725. Passage 68
  726. Passage 69
  727. Passage 70
  728. Passage 71
  729. Passage 72
  730. Passage 73
  731. Passage 74
  732. Passage 75
  733. Passage 76
  734. Passage 77
  735. Passage 78
  736. Passage 79
  737. Passage 80
  738. Passage 81
  739. Passage 82
  740. Passage 83
  741. Passage 84
  742. Passage 85
  743. Passage 86
  744. Passage 87
  745. Passage 88
  746. Passage 89
  747. Passage 90
  748. Passage 91
  749. Passage 92
  750. Passage 93
  751. Passage 94
  752. Passage 95
  753. Passage 96
  754. Passage 97
  755. Passage 98
  756. Passage 99
  757. Passage 100
  758. Passage 101
  759. Passage 102
  760. Passage 103
  761. Passage 104
  762. Passage 105
  763. Passage 106
  764. Passage 107
  765. Passage 108
  766. Passage 109
  767. Passage 110
  768. Passage 111
  769. Passage 112
  770. Passage 113
  771. Passage 114
  772. Passage 115
  773. Passage 116
  774. Passage 117
  775. Passage 118
  776. Passage 119
  777. Passage 120
  778. Passage 121
  779. Passage 122
  780. Passage 123
  781. Passage 124
  782. Passage 125
  783. Passage 126
  784. Passage 127
  785. Passage 128
  786. Passage 129
  787. Passage 130
  788. Passage 131
  789. Passage 132
  790. Passage 133
  791. Passage 134
  792. Passage 135
  793. Passage 136
  794. Passage 137
  795. Passage 138
  796. Passage 139
  797. Passage 140
  798. Passage 141
  799. Passage 142
  800. Passage 143
  801. Passage 144
  802. Passage 145
  803. Passage 146
  804. Passage 147
  805. Passage 148
  806. Passage 149
  807. Passage 150
  808. Passage 151
  809. Passage 152
  810. Passage 153
  811. Passage 154
  812. Passage 155
  813. Passage 156
  814. Passage 157
  815. Passage 158
  816. Passage 159
  817. Passage 160
  818. Passage 161
  819. Passage 162
  820. Passage 163
  821. Passage 164
  822. Passage 165
  823. Passage 166
  824. Passage 167
  825. Passage 168
  826. Passage 169
  827. Passage 170
  828. Passage 171
  829. Passage 172
  830. Passage 173
  831. Passage 174
  832. Passage 175
  833. Passage 176
  834. Passage 177
  835. Passage 178
  836. Passage 179
  837. Passage 180
  838. Passage 181
  839. Passage 182
  840. Passage 183
  841. Passage 184
  842. Passage 185
  843. Passage 186
  844. Passage 187
  845. Passage 188
  846. Passage 189
  847. Passage 190
  848. Passage 191
  849. Passage 192
  850. Passage 193
  851. Passage 194
  852. Passage 195
  853. Passage 196
  854. Passage 197
  855. Passage 198
  856. Passage 199
  857. Passage 200
  858. Passage 201
  859. Passage 202
  860. Passage 203
  861. Passage 204
  862. Passage 205
  863. Passage 206
  864. Passage 207
  865. Passage 208
  866. Passage 209
  867. Passage 210
  868. Passage 211
  869. Passage 212
  870. Passage 213
  871. Passage 214
  872. Passage 215
  873. Passage 216
  874. Passage 217
  875. Passage 218
  876. Passage 219
  877. Passage 220
  878. Passage 221
  879. Passage 222
  880. Passage 223
  881. Passage 224
  882. Passage 225
  883. Passage 226
  884. Passage 227
  885. Passage 228
  886. Passage 229
  887. Passage 230
  888. Passage 231
  889. Passage 232
  890. Passage 233
  891. Passage 234
  892. Passage 235
  893. Passage 236
  894. Passage 237
  895. Passage 238
  896. Passage 239
  897. Passage 240
  898. Passage 241
  899. Passage 242
  900. Passage 243
  901. Passage 244
  902. Passage 245
  903. Passage 246
  904. Passage 247
  905. Passage 248
  906. Passage 249
  907. Passage 250
  908. Passage 251
  909. Passage 252
  910. Passage 253
  911. Passage 254
  912. Passage 255
  913. Passage 256
  914. Passage 257
  915. Passage 258
  916. Passage 259
  917. Passage 260
  918. Passage 261
  919. Passage 262
  920. Passage 263
  921. Passage 264
  922. Passage 265
  923. Passage 266
  924. Passage 267
  925. Passage 268
  926. Passage 269
  927. Passage 270
  928. Passage 271
  929. Passage 272
  930. Passage 273
  931. Passage 274
  932. Passage 275
  933. Passage 276
  934. Passage 277
  935. Passage 278
  936. Passage 279
  937. Passage 280
  938. Passage 281
  939. Passage 282
  940. Passage 283
  941. Passage 284
  942. Passage 285
  943. Passage 286
  944. Passage 287
  945. Passage 288
  946. Passage 289
  947. Passage 290
  948. Passage 291
  949. Passage 292
  950. Passage 293
  951. Passage 294
  952. Passage 295
  953. Passage 296
  954. Passage 297
  955. Passage 298
  956. Passage 299
  957. Passage 300
  958. Question 1
  959. Question 2
  960. Question 3
  961. Question 4
  962. Question 5
  963. Question 6
  964. Question 7
  965. Question 8
  966. Question 9
  967. Question 10
  968. Question 11
  969. Question 12
  970. Question 13
  971. Question 14
  972. Question 15
  973. Question 16
  974. Question 17
  975. Question 18
  976. Question 19
  977. Question 20
  978. Question 21
  979. Question 23
  980. Question 24
  981. Question 25
  982. Question 26
  983. Question 27
  984. Question 28
  985. Question 29
  986. Question 30
  987. Question 31
  988. Question 32
  989. Question 33
  990. Question 34
  991. Question 35
  992. Question 36
  993. Question 37
  994. Question 38
  995. Question 39
  996. Question 40
  997. Question 41
  998. Question 42
  999. Question 43
  1000. Question 44
  1001. Question 45
  1002. Question 46
  1003. Question 47
  1004. Question 48
  1005. Ganesha Ashtottara Shatanamavali English
  1006. Ganesha Ashtottara Shatanamavali Kannada
  1007. Ganesha Ashtottara Shatanamavali Telugu
  1008. Ganesha Ashtottara Shatanamavali Hindi
  1009. Ganesha Ashtottara Shatanamavali Sanskrit
  1010. Ganesha Ashtottara Shatanamavali Tamil
  1011. Vinayaka Ashtottara Shatanamavali English
  1012. Vinayaka Ashtottara Shatanamavali Kannada
  1013. Vinayaka Ashtottara Shatanamavali Telugu
  1014. Vinayaka Ashtottara Shatanamavali Hindi
  1015. Vinayaka Ashtottara Shatanamavali Sanskrit
  1016. Vinayaka Ashtottara Shatanamavali Tamil
  1017. Ganapati Gakara Ashtottara Shatanamavali English
  1018. Ganapati Gakara Ashtottara Shatanamavali Kannada
  1019. Ganapati Gakara Ashtottara Shatanamavali Telugu
  1020. Ganapati Gakara Ashtottara Shatanamavali Hindi
  1021. Ganapati Gakara Ashtottara Shatanamavali Sanskrit
  1022. Ganapati Gakara Ashtottara Shatanamavali Tamil
  1023. Sri Subramanya Ashtottara Shatanamavali English
  1024. Sri Subramanya Ashtottara Shatanamavali Kannada
  1025. Sri Subramanya Ashtottara Shatanamavali Telugu
  1026. Sri Subramanya Ashtottara Shatanamavali Hindi
  1027. Sri Subramanya Ashtottara Shatanamavali Sanskrit
  1028. Sri Subramanya Ashtottara Shatanamavali Tamil
  1029. Shiva Ashtottara Shatanamavali English
  1030. Shiva Ashtottara Shatanamavali Kannada
  1031. Shiva Ashtottara Shatanamavali Telugu
  1032. Shiva Ashtottara Shatanamavali Hindi
  1033. Shiva Ashtottara Shatanamavali Sanskrit
  1034. Shiva Ashtottara Shatanamavali Tamil
  1035. Satyanarayana Ashtottara Shatanamavali (Type 1) English
  1036. Satyanarayana Ashtottara Shatanamavali (Type 1) Kannada
  1037. Satyanarayana Ashtottara Shatanamavali (Type 1) Telugu
  1038. Satyanarayana Ashtottara Shatanamavali (Type 1) Hindi
  1039. Satyanarayana Ashtottara Shatanamavali (Type 1) Sanskrit
  1040. Satyanarayana Ashtottara Shatanamavali (Type 1) Tamil
  1041. Sri Durga Ashtottara Shatanamavali English
  1042. Sri Durga Ashtottara Shatanamavali Kannada
  1043. Sri Durga Ashtottara Shatanamavali Telugu
  1044. Sri Durga Ashtottara Shatanamavali Hindi
  1045. Sri Durga Ashtottara Shatanamavali Sanskrit
  1046. Sri Durga Ashtottara Shatanamavali Tamil
  1047. Sri Krishna Ashtottara Shatanamavali English
  1048. Sri Krishna Ashtottara Shatanamavali Kannada
  1049. Sri Krishna Ashtottara Shatanamavali Telugu
  1050. Sri Krishna Ashtottara Shatanamavali Hindi
  1051. Sri Krishna Ashtottara Shatanamavali Sanskrit
  1052. Sri Krishna Ashtottara Shatanamavali Tamil
  1053. Sri Lakshmi Ashtottara Shatanamavali English
  1054. Sri Lakshmi Ashtottara Shatanamavali Kannada
  1055. Sri Lakshmi Ashtottara Shatanamavali Telugu
  1056. Sri Lakshmi Ashtottara Shatanamavali Hindi
  1057. Sri Lakshmi Ashtottara Shatanamavali Sanskrit
  1058. Sri Lakshmi Ashtottara Shatanamavali Tamil
  1059. Venkateshwara Ashtottara Shatanamavali English
  1060. Venkateshwara Ashtottara Shatanamavali Kannada
  1061. Venkateshwara Ashtottara Shatanamavali Telugu
  1062. Venkateshwara Ashtottara Shatanamavali Hindi
  1063. Venkateshwara Ashtottara Shatanamavali Sanskrit
  1064. Venkateshwara Ashtottara Shatanamavali Tamil
  1065. Batuka Bhairava Ashtottara Shatanamavali English
  1066. Batuka Bhairava Ashtottara Shatanamavali Kannada
  1067. Batuka Bhairava Ashtottara Shatanamavali Telugu
  1068. Batuka Bhairava Ashtottara Shatanamavali Hindi
  1069. Batuka Bhairava Ashtottara Shatanamavali Sanskrit
  1070. Batuka Bhairava Ashtottara Shatanamavali Tamil
  1071. Sri Lakshmi Narasimha Ashtottara Shatanamavali English
  1072. Sri Lakshmi Narasimha Ashtottara Shatanamavali Kannada
  1073. Sri Lakshmi Narasimha Ashtottara Shatanamavali Telugu
  1074. Sri Lakshmi Narasimha Ashtottara Shatanamavali Hindi
  1075. Sri Lakshmi Narasimha Ashtottara Shatanamavali Sanskrit
  1076. Sri Lakshmi Narasimha Ashtottara Shatanamavali Tamil
  1077. Sri Kali Ashtottara Shatanamavali English
  1078. Sri Kali Ashtottara Shatanamavali Kannada
  1079. Sri Kali Ashtottara Shatanamavali Telugu
  1080. Sri Kali Ashtottara Shatanamavali Hindi
  1081. Sri Kali Ashtottara Shatanamavali Sanskrit
  1082. Sri Kali Ashtottara Shatanamavali Tamil
  1083. Sri Saraswati Ashtottara Shatanamavali English
  1084. Sri Saraswati Ashtottara Shatanamavali Kannada
  1085. Sri Saraswati Ashtottara Shatanamavali Telugu
  1086. Sri Saraswati Ashtottara Shatanamavali Hindi
  1087. Sri Saraswati Ashtottara Shatanamavali Sanskrit
  1088. Sri Saraswati Ashtottara Shatanamavali Tamil
  1089. Sri Mangala Gowri Ashtottara Shatanamavali English
  1090. Sri Mangala Gowri Ashtottara Shatanamavali Kannada
  1091. Sri Rama Ashtottara Shatanamavali English
  1092. Sri Rama Ashtottara Shatanamavali Kannada
  1093. Sri Sita Ashtottara Shatanamavali (Type 1) English
  1094. Sri Sita Ashtottara Shatanamavali (Type 1) Kannada
  1095. Sri Sita Ashtottara Shatanamavali (Type 2) English
  1096. Sri Sita Ashtottara Shatanamavali (Type 2) Kannada
  1097. Sri Anjaneya Ashtottara Shatanamavali English
  1098. Sri Anjaneya Ashtottara Shatanamavali Kannada
  1099. Surya Ashtottara Shatanamavali English
  1100. Surya Ashtottara Shatanamavali Kannada
  1101. Chandra Ashtottara Shatanamavali English
  1102. Chandra Ashtottara Shatanamavali Kannada
  1103. Angaraka Ashtottara Shatanamavali English
  1104. Angaraka Ashtottara Shatanamavali Kannada
  1105. Budha Ashtottara Shatanamavali English
  1106. Budha Ashtottara Shatanamavali Kannada
  1107. Bruhaspati Ashtottara Shatanamavali English
  1108. Bruhaspati Ashtottara Shatanamavali Kannada
  1109. Shukra Ashtottara Shatanamavali English
  1110. Shukra Ashtottara Shatanamavali Kannada
  1111. Shani Ashtottara Shatanamavali English
  1112. Shani Ashtottara Shatanamavali Kannada
  1113. Rahu Ashtottara Shatanamavali English
  1114. Rahu Ashtottara Shatanamavali Kannada
  1115. Ketu Ashtottara Shatanamavali English
  1116. Ketu Ashtottara Shatanamavali Kannada
  1117. Dattatreya Ashtottara Shatanamavali English
  1118. Dattatreya Ashtottara Shatanamavali Kannada
  1119. Ayyappa Ashtottara Shatanamavali English
  1120. Ayyappa Ashtottara Shatanamavali Kannada
  1121. Ananta Padmanabha Ashtottara Shatanamavali English
  1122. Ananta Padmanabha Ashtottara Shatanamavali Kannada
  1123. Gayatri Ashtottara Shatanamavali (Type 1) English
  1124. Gayatri Ashtottara Shatanamavali (Type 1) Kannada
  1125. Gayatri Ashtottara Shatanamavali (Type 2) English
  1126. Gayatri Ashtottara Shatanamavali (Type 2) Kannada
  1127. Sri Tulasi Ashtottara Shatanamavali English
  1128. Sri Tulasi Ashtottara Shatanamavali Kannada
  1129. Sri Valli Ashtottara Shatanamavali English
  1130. Sri Valli Ashtottara Shatanamavali Kannada
  1131. Sri Devasena Ashtottara Shatanamavali English
  1132. Sri Devasena Ashtottara Shatanamavali Kannada
  1133. Sri Varaha Ashtottara Shatanamavali English
  1134. Sri Varaha Ashtottara Shatanamavali Kannada
  1135. Sri Varahi Ashtottara Shatanamavali English
  1136. Sri Varahi Ashtottara Shatanamavali Kannada
  1137. Sri Veerabhadra Ashtottara Shatanamavali English
  1138. Sri Veerabhadra Ashtottara Shatanamavali Kannada
  1139. Sri Hayagreeva Ashtottara Shatanamavali English
  1140. Sri Hayagreeva Ashtottara Shatanamavali Kannada
  1141. Sri Shankaracharya Ashtottara Shatanamavali English
  1142. Sri Shankaracharya Ashtottara Shatanamavali Kannada
  1143. Sri Raghavendra Ashtottara Shatanamavali English
  1144. Sri Raghavendra Ashtottara Shatanamavali Kannada
  1145. Satyanarayana Ashtottara Shatanamavali (Type 2) English
  1146. Satyanarayana Ashtottara Shatanamavali (Type 2) Kannada
  1147. Sri Kalabhairava Kakara Ashtottara Shatanamavali English
  1148. Sri Kalabhairava Kakara Ashtottara Shatanamavali Kannada
  1149. Sri Adilakshmi Ashtottara Shatanamavali English
  1150. Sri Adilakshmi Ashtottara Shatanamavali Kannada
  1151. Sri Dhanyalakshmi Ashtottara Shatanamavali English
  1152. Sri Dhanyalakshmi Ashtottara Shatanamavali Kannada
  1153. Sri Dhairyalakshmi Ashtottara Shatanamavali English
  1154. Sri Dhairyalakshmi Ashtottara Shatanamavali Kannada
  1155. Sri Gajalakshmi Ashtottara Shatanamavali English
  1156. Sri Gajalakshmi Ashtottara Shatanamavali Kannada
  1157. Sri Santanalakshmi Ashtottara Shatanamavali English
  1158. Sri Santanalakshmi Ashtottara Shatanamavali Kannada
  1159. Sri Vijayalakshmi Ashtottara Shatanamavali English
  1160. Sri Vijayalakshmi Ashtottara Shatanamavali Kannada
  1161. Sri Vidyalakshmi Ashtottara Shatanamavali English
  1162. Sri Vidyalakshmi Ashtottara Shatanamavali Kannada
  1163. Sri Aishwaryalakshmi Ashtottara Shatanamavali English
  1164. Sri Aishwaryalakshmi Ashtottara Shatanamavali Kannada
  1165. Sri Kamakshi Ashtottara Shatanamavali English
  1166. Sri Kamakshi Ashtottara Shatanamavali Kannada
  1167. Sri Pratyangira Ashtottara Shatanamavali English
  1168. Sri Pratyangira Ashtottara Shatanamavali Kannada
  1169. Aam Ka Mitha Achar
  1170. Aamti
  1171. Achari Paneer
  1172. Adai
  1173. Agra Petha
  1174. Extra Creamy Potato Soup
  1175. Aloo Wadiyan Rasedaar
  1176. Aloo Baigan
  1177. Aloo Bonda
  1178. Aloo Dahi Wale
  1179. Aloo Dahiwada
  1180. Aloo Gobi
  1181. Aloo Ka Bharta
  1182. Aloo Ki Khichdi
  1183. Aloo Mangodi
  1184. Aloo Methi
  1185. Aloo Mewawale
  1186. Aloo Palak
  1187. Aloo Patta Gobi
  1188. Aloo Phulkopir Dalna
  1189. Aloo Poha
  1190. Aloo Posto
  1191. Aloo Pulao
  1192. Aloo Sabzi
  1193. Aloo Took
  1194. Alutua
  1195. Amer Chatni
  1196. Amer Mishti Achar
  1197. Amla Ki Chutney
  1198. Amla Pickle
  1199. Amti
  1200. Anaraser Chatni
  1201. Appam
  1202. Apple and Mango Chutney
  1203. Apple and Onion Bake
  1204. Apple Jam
  1205. Apple Jelly
  1206. Apricot and Pineapple Jam
  1207. Apricot Chutney
  1208. Apricot Jam
  1209. Apricot Sauce
  1210. Aratikaaya Masala Pulusu
  1211. Arbi Pickle
  1212. Arhar Dal
  1213. Arhar Dal with Green Mango
  1214. Asoondi
  1215. Atta Chakuli
  1216. Atte Ka Seera
  1217. Aviyal
  1218. Baadusha
  1219. Baby Corn Soup (Type 1)
  1220. Badam Ka Seera
  1221. Badam Kaju Pista Burger
  1222. Badam Kheer
  1223. Bagala Baath
  1224. Baghare Baigan
  1225. Banana Chips
  1226. Banana Chutney
  1227. Bandha Kobhi Chadchadee
  1228. Basic Bean Soup
  1229. Basil and Badam Soup
  1230. Beetroot Halwa
  1231. Begun Bhaja
  1232. Bendakaya Fry
  1233. Besan Dhokla
  1234. Bhaja Muga Dali
  1235. Bharwan Baingan
  1236. Bhel Puri
  1237. Bhindi Anardana
  1238. Bhindi Bhaji
  1239. Black Bean Soup
  1240. Black Eye Beans Curry
  1241. Boiled Rice
  1242. Bombay Chapathi Sandwich
  1243. Bombay Chiwda
  1244. Boondi Raita
  1245. Bread Barfi
  1246. Brinjal Caviar
  1247. Brinjal Rice
  1248. Buttermilk Dosa
  1249. Cabbage Apple Delight
  1250. Cabbage Paratha
  1251. Cabbage Poriyal
  1252. Carrot and Cilantro Soup
  1253. Carrot and Lentil Soup
  1254. Carrot Chutney
  1255. Carrot Halwa
  1256. Carrot Jam
  1257. Carrot Kheer
  1258. Carrot Muffin
  1259. Carrot Pickle
  1260. Carrot Rice
  1261. Carrots in Foil
  1262. Cashew Nut Chutney
  1263. Cauliflower Turnip and Carrot Pickle
  1264. Celery Payaru Thoran
  1265. Chakkar Pongal
  1266. Chana Dal
  1267. Chana Dal Paratha
  1268. Chanar Bara
  1269. Chanar Dalna
  1270. Chane Jaiselmer Ke
  1271. Charupodi
  1272. Cheese Pakora
  1273. Cheesy Potato Croquettes
  1274. Sri Kukke Subrahmanya Temple (Subramanya)
  1275. Manjunatha Swamy Temple (Dharmasthala)
  1276. Shree Mahaganapathi Temple (Southadka)
  1277. Shri Vinayaka Temple (Aane Gudde - Kumbashi)
  1278. Shri Idagunji Maha Ganapati Temple (Idagunji)
  1279. Mookambika Temple (Kollur)
  1280. Sri Krishna Matha (Udupi)
  1281. Sri Manjunatha Temple (Kadri)
  1282. Mangaladevi Temple (Mangalore)
  1283. Gokarnanatha Temple (Kudroli)
  1284. Sharadamba Temple (Sringeri)
  1285. Annapooreshwari Temple (Horanadu)
  1286. Durga Parameshwari Temple (Kateel)
  1287. Shri Brahmi Durgaparameshwari Temple (Kamalashile)
  1288. Shri Murudeshwara Temple (Murudeshwara)
  1289. Mahabaleshwar Temple (Gokarna)
  1290. Shri Rajarajeshwari Temple (Polali)
  1291. Shri Shankaranarayana Temple (Shankaranarayana)
  1292. Guru Narasimha Temple (Saligrama)
  1293. Shri Ananthapadmanabha Temple (Kudupu)
  1294. Shri Sada Shivarudra Temple (Ujire)
  1295. Shri Shishileshwara Temple (Shishila)
  1296. Shri Vaidyanatheshwara Temple (Kokkada)
  1297. Shri Rishyasringeshwara Temple (Kigga)
  1298. Annapoorneshwari Temple (Hosanadu Kodyadka)
  1299. Shree Sharadhamba Temple (Koodli)
  1300. Sri Surya Narayana Temple (Naravi)
  1301. Kalaseshwara Temple (Kalasa)
  1302. Shri Jagadguru Badari Shankaracharya Samsthanam (Shakatapuram)
  1303. Guli Guli Shankareshwara Swamy Temple (Shimoga)
  1304. Sri Vinayaka Temple (Guddattu)
  1305. The Monkey and the Wedge
  1306. The Jackal and the Drum
  1307. The Fall and Rise of a Merchant
  1308. The Foolish Sage
  1309. The Greedy Jackal and the Fighting Goats
  1310. The Clever Crows and the Cunning Jackal
  1311. The Cunning Heron and the Clever Crab
  1312. The Clever Hare and the Foolish Lion
  1313. The Bug and the Flea
  1314. The story of a Blue Jackal
  1315. The Lion, the Camel, the Jackal and the Crow
  1316. The Tittibha Birds and the Sea