Results for "Haskell IO"

Total results: 1206

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