Results for "Hidden Temples of India"

Total results: 1529

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