Results for "Learn Go"

Total results: 785

  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 convert Miles to Kilometer
  27. Java Program to find fibonacci series of a number
  28. Java Program to find fibonacci series of a number using methods
  29. Java Program to find fibonacci series of a number using recursion
  30. Java Program to find the area of a pentagon
  31. Java Program example to demonstrate String charAt method
  32. Java Program example to demonstrate String compareTo method
  33. Java Program example to demonstrate String compareToIgnoreCase method
  34. Java Program example to demonstrate String contentEquals method
  35. Java Program example to demonstrate String concat method
  36. Java Program to demonstrate Integer wrapper class
  37. Java Program to demonstrate Float wrapper class
  38. Java Program to demonstrate Boolean wrapper class
  39. Java Program to demonstrate Byte wrapper class
  40. Java Program to Create a File
  41. Java Program to Rename a File
  42. Java Program to show usage of Enum which prints the size of coffee mug
  43. Java Program to demonstrate Interfaces
  44. Java Program to show usage of this pointer using Order Pizza Program
  45. Java Program to demonstrate packages
  46. Java Program to pick random value from enumerations
  47. Java Program to find area of different shapes using inheritance
  48. Java Program to demonstrate multilevel inheritance
  49. Java Program to count the occurrence of a number
  50. Java Program to calculate Salary of an Employee
  51. Java Program for Stack Simulation
  52. Java Program for Queue Simulation
  53. Java Program for Div Zero Exception
  54. Java Program to demonstrate nested try block
  55. Java Program example to demonstrate variable length of arguments
  56. Java Program to demonstrate NullPointerException
  57. Java Program to demonstrate ArrayList
  58. Java Program to convert ArrayList to Array
  59. Java Program to convert Array to ArrayList
  60. Java Program to create a user defined LinkedList class and store list of books and display
  61. Java Program to calculate Student Average of a Class using User defined Storage Classes
  62. Java Program to demonstrate stack class in Collection framework
  63. Java Swing Program to demonstrate Jlabel
  64. Java Swing Program to demonstrate JLabel with Icon
  65. Java Swing Program to demonstrate JLabel with Text and Icon
  66. Java Swing Program to demonstrate JTextField
  67. Java Swing Program to demonstrate JTextField with Text
  68. Java Swing Program to demonstrate JButton
  69. Java Swing Program to demonstrate JButton with Icon
  70. Java Swing Program to demonstrate JButton with Text and Icon
  71. Java Swing Program to demonstrate JButton Action TextField
  72. Java Swing Program to demonstrate JCheckBox with Text
  73. Java Program to create thread by implementing runnable interface
  74. Java Program to create thread by extending Thread class
  75. Java Program to sort an array using Insertion Sort
  76. Java Program to find sum of array elements
  77. Java Program to find sum of array elements using methods
  78. Java Program to insert element to an array
  79. Java Program to insert element to an array at specified position
  80. Java Program to check if Integer element is present in an array
  81. Java Program to check if String element is present in an array
  82. Java Program to find average of array elements
  83. Java Program to find Median of array elements
  84. Java program to concatenate two arrays using array copy method
  85. Java program to concatenate two arrays using Collections
  86. Java program to concatenate two arrays using Stream API
  87. Java program to merge two arrays one after the other
  88. Java program to reverse ArrayList
  89. Java program to reverse array using Collections
  90. Java program to reverse array using for loop
  91. Java program to reverse array using temporary variable
  92. Java program to sort array using Collections reverseOrder method
  93. Java program to sort array using Sort method
  94. Java program to sort array using temporary variable
  95. Java program to sort string array in descending order using collections
  96. Java program to demonstrate super keyword
  97. Java program to reverse a string using recursion
  98. Java Program to add two binary numbers
  99. Java Program to add two binary numbers using ParseInt
  100. Java Program to subtract two binary numbers using ParseInt
  101. Java Program to multiply two binary numbers using ParseInt
  102. Java Program to divide two binary numbers using ParseInt
  103. Java Program to reverse words in a given string
  104. Java Program to count Vowels and Consonants in a given string
  105. Java Program to count digits and white spaces in a given string
  106. Java Program to check for Duplicate Characters
  107. Java Program to print all substrings of a given string
  108. Java Program to sort the given string Alphabetically
  109. Java Program to sort the given string Alphabetically using Comparator
  110. Java Program to sort the given string in reverse order using Comparator
  111. Java Program to add two matrices
  112. Java Program to subtract two matrices
  113. Java Program to multiply two matrices
  114. Python Program to print Hello World
  115. Python Program to initialize different datatypes and print
  116. Python Program to print different formats of string
  117. Python Program to find sum of two integer numbers
  118. Python Program to find difference of two integer numbers
  119. Python Program to find product of two integer numbers
  120. Python Program to find division of two integer numbers
  121. Python Program to find biggest of two integer numbers
  122. Python Program to find biggest of three numbers
  123. Python Program to find area of square
  124. Python Program to find area of rectangle
  125. Python Program to find area of circle
  126. Python Program to find area of triangle
  127. Python Program to find area of pentagon
  128. Python Program to swap two numbers using temporary variable
  129. Python Program to swap two numbers using xor
  130. Python Program to find swap two numbers without temp variable (Addition and Subtraction Method)
  131. Python Program to find swap two numbers without temp variable (Multiplication and Division Method)
  132. Python Program to find ASCII value of a character or digit
  133. Python Program to find ASCII value of a character or digit entered by the user
  134. Python Program to check whether a given number is an Armstrong Number or not
  135. Python Program to check whether a given number is an Armstrong Number or not using lambda and list
  136. Python Program to reverse an integer number
  137. Python Program to find sum of digits
  138. Python Program to find maximum element in an array
  139. Python Program to find sum of array elements using for
  140. Python Program to find sum of array elements using sum function
  141. Python Program to find fibonacci series
  142. Python Program to sort an array using Insertion Sort
  143. Python Program to check if a given number is Prime or not
  144. Python Program to find the square root of a given number
  145. C Program to print Hello World on the console
  146. C Program to find distance between two straight lines
  147. C Program to find area of equilateral triangle
  148. C Program to find area of scalene triangle
  149. C Program to find area of circle
  150. C Program to find area and circumference of a circle using pre processor directives
  151. C Program to swap two variables using addition and subtraction without using temporary variable
  152. C Program to swap two variables using temporary variable
  153. C Program to calculate Simple Interest
  154. C Program to find profit or loss
  155. C Program to find odd or even using If Else statement
  156. C Program to find odd or even using goto statement
  157. C Program to check whether a given year is a leap year or not
  158. C Program to check whether a given number is an Armstrong Number or not
  159. C Program to generate Armstrong number within a given range
  160. C Program to check whether a given number is an Armstrong Number or not using user defined power function
  161. C Program to check whether a given number is an Armstrong Number or not using in built power function
  162. C Program to find smallest of three numbers using Conditional Operator
  163. C Program to calculate grade based on percentage using If Else statement
  164. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using if else ladder statement
  165. C Program to find roots of a quadratic equation using If Else statement
  166. C Program to find area of triangle square circle or rectangle using switch statement
  167. C Program to identify a character digit or special character using Built In functions
  168. C Program to convert lower case alphabet to upper case and upper case to lower case using Built In functions
  169. C Program to print first n natural numbers using do while loop
  170. C Program to find the sum of first n natural numbers using for loop
  171. C Program to find the factorial of a given number
  172. C Program to find factorial of a number using functions
  173. C Program to find GCD and LCM of a given two number
  174. C Program to print first n prime numbers
  175. C Program to print prime numbers within given range
  176. C Program to check if a number is prime number or not
  177. C Program to reverse string using do while
  178. C Program to print random number
  179. C Program to print random number within range
  180. C Program to check anagram by checking frequency
  181. C Program to check anagram by sorting strings
  182. C Program to find area of Regular Polygon sides
  183. C Program to find area of Rhombus
  184. C Program to find area of Sector
  185. C Program to find the area of a pentagon
  186. C Program to find power of a number without inbuilt function
  187. C Program to find substring of a string
  188. C Program to swap two Strings
  189. C Program to sort a set of strings alphabetically
  190. C Program to arrange a string alphabetically
  191. C Program to find length of a string without using built in functions
  192. C Program to find if a string is palindrome or not without built in functions
  193. C Program to compare two strings using built in functions
  194. C Program to reverse a string without using built in function
  195. C Program to convert String to Integer value
  196. C Program to find Permutations nPr
  197. C Program to find Combinations nCr
  198. C Program to find sum and percentage of subjects
  199. C Program to find Sum of Digits of a given number Type 2
  200. C Program to concatenate two strings using built in functions
  201. C Program to concatenate two strings into a third string using built in functions
  202. C Program to copy from source string to destination string using built in functions
  203. C Program to copy from source string to destination string without using built in functions
  204. C Program to find sum of two numbers using command line arguments
  205. C Program to find sum of two numbers using functions with returning the value
  206. C Program to print first n odd numbers
  207. C Program to print first n even numbers
  208. C Program to print n odd numbers within range
  209. C Program to print n even numbers within range
  210. C Program to print first n odd and even numbers Type 2
  211. C Program to find the sum of first n odd numbers using for loop
  212. C Program to print the sum of n odd numbers using while
  213. C Program to print the sum of n odd numbers using do while
  214. C Program to print the sum of n odd numbers within range using for
  215. C Program to print the sum of n odd numbers within range using while
  216. C Program to print the sum of n odd numbers within range using do while
  217. C Program to find the sum of first n even numbers using for loop
  218. C Program to print the sum of n even numbers using while
  219. C Program to print the sum of n even numbers using do while
  220. C Program to print the sum of n even numbers within range using for
  221. C Program to print the sum of n even numbers within range using while
  222. C Program to find the sum of first n odd and even numbers using for
  223. C Program to print the sum of n odd and even numbers using do while
  224. C Program to print the sum of n odd and even numbers within range using while
  225. C Program to print the sum of n odd and even numbers within range using do while
  226. C Program to convert binary to decimal number
  227. C Program to convert binary to hexadecimal number
  228. C Program to convert binary to octal number
  229. C Program to convert a decimal to binary number
  230. C Program to convert decimal to hexadecimal number
  231. C Program to convert a decimal to octal number
  232. C Program to convert octal to binary number
  233. C Program to convert an octal to decimal number
  234. C Program to convert octal to hexadecimal number
  235. C Program to convert Kilometers to miles
  236. C Program to convert kilometer to miles using preprocessor directive
  237. C Program to demonstrate malloc dynamic memory allocation
  238. C Program to initialize array of strings and print on the terminal
  239. C Program to insert an element into specified location of an array
  240. C Program to delete an element from a specified location of an array
  241. C Program to delete duplicate elements from an array
  242. C Program to copy contents of one array to another
  243. C Program to find maximum element in an array without sorting
  244. C Program to find minimum element in an array without sorting
  245. C Program to merge two arrays one after the other
  246. C Program to find the sum of array elements
  247. C Program to find sum of two arrays
  248. C Program to search a key element using Binary Search method
  249. C Program to search a key element using Binary Search using Functions
  250. C Program to search a key element using Linear Search method
  251. C Program to search a key element using Linear Search using Functions
  252. C Program to add two matrix
  253. C Program to subtract two matrix
  254. C Program to find sum of lower triangle matrix
  255. C Program to find sum of upper triangle matrix
  256. C Program to add principal diagonal elements in a matrix
  257. C Program to transpose a matrix
  258. C Program to check if the entered matrix is magic square or not
  259. C Program to implement basic operation of Stacks using global variables
  260. C Program to implement basic operation of Stacks using arrays and pointers
  261. C Program to implement basic operation of Stacks using structures
  262. C Program to implement Stacks using Singly Linked List
  263. C Program to convert a valid Infix expression to postfix using Stacks
  264. C Program to convert a valid Infix expression to postfix using Structures
  265. C Program to evaluate a valid Postfix expression using Stacks
  266. C Program to find sum of n natural numbers using recursion
  267. C Program to find the factorial of a given number using recursion
  268. C Program to generate fibonacci series using recursion
  269. C Program to find nth fibonacci number using recursion
  270. C Program to search a key element using linear search using recursion
  271. C Program to search a key element using binary search using recursion
  272. C Program to implement Tower of Hanoi
  273. C Program to implement basic operations of Linear Queue using arrays and pointers
  274. C Program to implement basic operations of Circular Queue using arrays and pointers
  275. C Program to implement Priority Queues using array of structures
  276. C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
  277. C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
  278. 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
  279. 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
  280. 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
  281. 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
  282. C Program to implement Linear Queue using Singly Linked List
  283. C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List
  284. C Program to implement Circular Linked List to insert and delete a node from rear and display the contents of the Circular List
  285. C Program to implement Doubly Linked List to insert and delete a node from front and display the contents of the Doubly Linked List
  286. C Program to implement Doubly Linked List to insert and delete a node from rear and display the contents of the Doubly Linked List
  287. C Program to reverse a digit using recursion
  288. C Program to print prime numbers within a range using recursion
  289. C Program to check prime numbers using recursion
  290. C Program to sort an array using Bubble Sort
  291. C Program to sort an array using Bubble Sort using functions
  292. C Program to sort an array using Selection Sort
  293. C Program to sort an array using Insertion Sort
  294. C Program to sort an array using Insertion Sort using functions
  295. C Program to sort an array using Merge Sort
  296. C Program to sort an array using Shell Sort
  297. C Program to implement 01 Knapsack problem
  298. C Program to implement 01 Knapsack problem using recursion
  299. C Program to implement Fractional Knapsack problem using Greedy Method
  300. C Program to implement Prim's Algorithm
  301. C Program to solve N Queens using greedy method
  302. C Program to implement Warshall's algorithm
  303. C Program to find square of a number using macro functions
  304. C Program to illustrate basic concept of pointers
  305. C Program to display value using star operator in pointers
  306. C Program to calculate size of a structure
  307. C Program to find string length using pointers
  308. C Program to find sum of array elements using pointers
  309. C Program to print an array in reverse direction using pointers
  310. C Program to add two complex numbers using structures
  311. C Program to demonstrate fgets
  312. C Program to demonstrate double pointer
  313. C Program to add matrices using pointer
  314. C Program to add matrices using function and pointer
  315. C Program to count vowels and consonents in a given sentence
  316. C Program to create union of structures of an employee and display the details
  317. C Program to print if the architecture is supporting big endian or little endian
  318. C Program to create a enum user defined datatype for days of a week and print the index of a week
  319. C Program to read a text file
  320. C Program to read and print contents of a file using static memory allocation
  321. C Program to read and print contents of a file using dynamic memory allocation
  322. C Program to convert contents of a file to upper case
  323. C Program to copy contents from file to another file
  324. C Program to create a child process using fork system call
  325. C Program to create a child process using fork system call and print PID and PPID of the processes
  326. C Program to print small alphabets in right angled triangle pattern in series
  327. C Program to print capital alphabets in right angled triangle pattern in series
  328. C Program to print number a Right angled Triangle pattern
  329. C Program to print first n natural numbers in a Right angled Triangle pattern
  330. C Program to print even numbers in a Right angled Triangle pattern
  331. C Program to print prime numbers in a Right angled Triangle pattern
  332. C Program to print binary numbers in a Right angled Triangle pattern
  333. C Program to print numbers in rows and columns of Quadrangle pattern
  334. C Program to print numbers in rows and columns of Quadrangle pattern in reverse order
  335. C Program to print Equilateral Triangle in a pyramid star pattern
  336. C++ Program to print Hello World
  337. C++ Program to initialize different datatypes and print the same on terminal
  338. C++ Program to find the sum of two integer numbers
  339. C++ Program to find the difference of two integer numbers
  340. C++ Program to find the product of two integer numbers
  341. C++ Program to find the division of two integer numbers
  342. C++ Program to show usage of classes and objects
  343. C++ Program to find biggest of three numbers
  344. C++ Program to sort an array using Merge Sort
  345. C++ Program to sort an array using Insertion Sort
  346. C++ Program to demonstrate sizeof operator
  347. C++ Program to find sum of two numbers using pointer returning functions
  348. C++ Program to generate fibonacci series
  349. C++ Program to generate fibonacci series using class
  350. C++ Program to find factorial of a number without classes
  351. C++ Program to find factorial of a number using classes
  352. C++ Program to find factorial of a number using copy constructor
  353. C++ Program to demonstrate the use of address and value operator
  354. C++ Program to find area of pentagon
  355. C# Program to print Hello World
  356. C# Program to subtract two numbers
  357. C# Program to divide two numbers
  358. C# Program to calculate area of pentagon
  359. C# Program to sort an array using Insertion Sort
  360. Rust Program to print Hello World
  361. GO Lang Program to print Hello World
  362. GO Lang Program to print Hello World From Variable
  363. GO Lang Program to find sum of two numbers
  364. GO Lang Program to enter integer number
  365. GO Lang Program to subtract two numbers
  366. GO Lang Program to find biggest of two numbers
  367. GO Lang Program to read quoted string
  368. GO Lang Program to find length of a String
  369. JavaScript Program to display the date
  370. JavaScript Program to display an alert box
  371. PHP Program to print Hello World
  372. PHP Program to print Hello World using echo
  373. PHP Program to print Hello World in html tag
  374. PHP Program to print Hello World using print
  375. Ruby Program to display Hello World using Class
  376. Ruby Program to find odd or even number
  377. R Program to print Hello World on Console
  378. R Program to get input from user and print on Console
  379. Shell Script to print Hello World on the console
  380. Shell Script to initialize Hello World String to a variable and print it on the console
  381. Shell Script to read an integer value from user and print
  382. Shell Script to print Fibonacci series
  383. Shell Script to find factorial of a number
  384. Shell Script to print first n natural numbers
  385. Shell Script to find sum of n numbers
  386. Shell Script to find biggest of three numbers using command line arguments
  387. Shell Script to find biggest of three numbers using nested if
  388. ADA Program to print Hello World
  389. ADA Program to print a integer number entered by user
  390. ADA Program to print a character entered by user
  391. ADA Program to print a string entered by user
  392. ADA Program to find the sum of two integer number
  393. ADA Program to find the difference of two integer number
  394. ADA Program to find the product of two integer number
  395. ADA Program to find the division of two integer number
  396. ADA Program to find area of square
  397. ADA Program to find perimeter of square
  398. ADA Program to find area of rectangle
  399. ADA Program to find perimeter of rectangle
  400. Haskell Program to print hello world
  401. Haskell Program to print integer entered by the user
  402. Haskell Program to print string entered by the user
  403. Haskell Program to print Fibonacci series
  404. Haskell Program to print factorial of a number
  405. Haskell Program to add two numbers
  406. Haskell Program to subtract two numbers
  407. Haskell Program to multiply two numbers
  408. Haskell Program to divide two numbers
  409. Haskell Program to convert string to lower case
  410. Haskell Program to convert string to upper case
  411. Julia Program to print Hello World
  412. Julia Program to print ASCII Values
  413. Kotlin Program to print Hello World
  414. Kotlin Program to demonstrate ArrayList
  415. Lua Program to print Hello World
  416. Lua Program to add two numbers
  417. Lua Program to subtract two numbers
  418. Lua Program to multiply two numbers
  419. F# program to print Hello World
  420. Introduction to Java
  421. Java Virtual Machine (JVM) and Bytecode
  422. Features of Java
  423. Setting up the Java Development Kit (JDK)
  424. Integrated Development Environments (IDEs) for Java
  425. First Java Program
  426. Sets in Python
  427. Introduction to Lua
  428. Installing Lua
  429. Passage 1
  430. Passage 2
  431. Passage 5
  432. Passage 6
  433. Passage 7
  434. Passage 9
  435. Passage 11
  436. Passage 12
  437. Passage 13
  438. Passage 14
  439. Passage 15
  440. Passage 16
  441. Passage 17
  442. Passage 18
  443. Passage 19
  444. Passage 21
  445. Passage 22
  446. Passage 24
  447. Passage 27
  448. Passage 28
  449. Passage 30
  450. Passage 31
  451. Passage 34
  452. Passage 35
  453. Passage 36
  454. Passage 37
  455. Passage 42
  456. Passage 43
  457. Passage 44
  458. Passage 45
  459. Passage 46
  460. Passage 48
  461. Passage 50
  462. Passage 51
  463. Passage 52
  464. Passage 53
  465. Passage 54
  466. Passage 55
  467. Passage 56
  468. Passage 57
  469. Passage 58
  470. Passage 59
  471. Passage 60
  472. Passage 64
  473. Passage 65
  474. Passage 66
  475. Passage 67
  476. Passage 68
  477. Passage 69
  478. Passage 70
  479. Passage 71
  480. Passage 72
  481. Passage 73
  482. Passage 74
  483. Passage 75
  484. Passage 76
  485. Passage 77
  486. Passage 78
  487. Passage 81
  488. Passage 82
  489. Passage 83
  490. Passage 84
  491. Passage 86
  492. Passage 87
  493. Passage 88
  494. Passage 89
  495. Passage 90
  496. Passage 91
  497. Passage 92
  498. Passage 93
  499. Passage 96
  500. Passage 97
  501. Passage 98
  502. Passage 100
  503. Passage 101
  504. Passage 103
  505. Passage 104
  506. Passage 105
  507. Passage 106
  508. Passage 107
  509. Passage 108
  510. Passage 111
  511. Passage 114
  512. Passage 116
  513. Passage 117
  514. Passage 120
  515. Passage 125
  516. Passage 128
  517. Passage 129
  518. Passage 133
  519. Passage 134
  520. Passage 135
  521. Passage 136
  522. Passage 137
  523. Passage 139
  524. Passage 141
  525. Passage 142
  526. Passage 144
  527. Passage 145
  528. Passage 146
  529. Passage 148
  530. Passage 149
  531. Passage 150
  532. Passage 151
  533. Passage 153
  534. Passage 154
  535. Passage 157
  536. Passage 159
  537. Passage 161
  538. Passage 162
  539. Passage 163
  540. Passage 164
  541. Passage 168
  542. Passage 169
  543. Passage 172
  544. Passage 173
  545. Passage 174
  546. Passage 175
  547. Passage 176
  548. Passage 177
  549. Passage 178
  550. Passage 181
  551. Passage 183
  552. Passage 185
  553. Passage 186
  554. Passage 192
  555. Passage 193
  556. Passage 194
  557. Passage 196
  558. Passage 199
  559. Passage 200
  560. Passage 205
  561. Passage 211
  562. Passage 212
  563. Passage 214
  564. Passage 216
  565. Passage 217
  566. Passage 218
  567. Passage 222
  568. Passage 223
  569. Passage 224
  570. Passage 225
  571. Passage 227
  572. Passage 230
  573. Passage 232
  574. Passage 234
  575. Passage 236
  576. Passage 239
  577. Passage 240
  578. Passage 241
  579. Passage 242
  580. Passage 243
  581. Passage 245
  582. Passage 246
  583. Passage 247
  584. Passage 250
  585. Passage 252
  586. Passage 253
  587. Passage 257
  588. Passage 259
  589. Passage 261
  590. Passage 262
  591. Passage 264
  592. Passage 265
  593. Passage 266
  594. Passage 271
  595. Passage 272
  596. Passage 276
  597. Passage 278
  598. Passage 280
  599. Passage 285
  600. Passage 287
  601. Passage 288
  602. Passage 291
  603. Passage 293
  604. Passage 294
  605. Passage 296
  606. Passage 300
  607. Question 22
  608. Question 32
  609. Question 39
  610. Question 42
  611. Question 45
  612. Ganesha Ashtottara Shatanamavali English
  613. Ganesha Ashtottara Shatanamavali Hindi
  614. Vinayaka Ashtottara Shatanamavali English
  615. Ganapati Gakara Ashtottara Shatanamavali English
  616. Ganapati Gakara Ashtottara Shatanamavali Telugu
  617. Ganapati Gakara Ashtottara Shatanamavali Hindi
  618. Ganapati Gakara Ashtottara Shatanamavali Tamil
  619. Sri Subramanya Ashtottara Shatanamavali English
  620. Sri Subramanya Ashtottara Shatanamavali Kannada
  621. Sri Subramanya Ashtottara Shatanamavali Telugu
  622. Sri Subramanya Ashtottara Shatanamavali Hindi
  623. Sri Subramanya Ashtottara Shatanamavali Tamil
  624. Sri Durga Ashtottara Shatanamavali English
  625. Sri Durga Ashtottara Shatanamavali Kannada
  626. Sri Durga Ashtottara Shatanamavali Telugu
  627. Sri Durga Ashtottara Shatanamavali Hindi
  628. Sri Durga Ashtottara Shatanamavali Sanskrit
  629. Sri Durga Ashtottara Shatanamavali Tamil
  630. Sri Krishna Ashtottara Shatanamavali English
  631. Sri Lakshmi Ashtottara Shatanamavali English
  632. Sri Lakshmi Ashtottara Shatanamavali Kannada
  633. Sri Lakshmi Ashtottara Shatanamavali Telugu
  634. Sri Lakshmi Ashtottara Shatanamavali Hindi
  635. Sri Lakshmi Ashtottara Shatanamavali Sanskrit
  636. Sri Lakshmi Ashtottara Shatanamavali Tamil
  637. Venkateshwara Ashtottara Shatanamavali English
  638. Sri Kali Ashtottara Shatanamavali English
  639. Sri Kali Ashtottara Shatanamavali Kannada
  640. Sri Kali Ashtottara Shatanamavali Telugu
  641. Sri Kali Ashtottara Shatanamavali Hindi
  642. Sri Kali Ashtottara Shatanamavali Sanskrit
  643. Sri Kali Ashtottara Shatanamavali Tamil
  644. Sri Saraswati Ashtottara Shatanamavali English
  645. Sri Saraswati Ashtottara Shatanamavali Kannada
  646. Sri Saraswati Ashtottara Shatanamavali Telugu
  647. Sri Saraswati Ashtottara Shatanamavali Hindi
  648. Sri Saraswati Ashtottara Shatanamavali Sanskrit
  649. Sri Saraswati Ashtottara Shatanamavali Tamil
  650. Sri Mangala Gowri Ashtottara Shatanamavali English
  651. Sri Mangala Gowri Ashtottara Shatanamavali Kannada
  652. Sri Mangala Gowri Ashtottara Shatanamavali Telugu
  653. Sri Mangala Gowri Ashtottara Shatanamavali Hindi
  654. Sri Mangala Gowri Ashtottara Shatanamavali Sanskrit
  655. Sri Mangala Gowri Ashtottara Shatanamavali Tamil
  656. Chandra Ashtottara Shatanamavali English
  657. Angaraka Ashtottara Shatanamavali English
  658. Budha Ashtottara Shatanamavali English
  659. Bruhaspati Ashtottara Shatanamavali English
  660. Shukra Ashtottara Shatanamavali English
  661. Shani Ashtottara Shatanamavali English
  662. Rahu Ashtottara Shatanamavali English
  663. Ketu Ashtottara Shatanamavali English
  664. Gayatri Ashtottara Shatanamavali (Type 2) English
  665. Sri Tulasi Ashtottara Shatanamavali English
  666. Sri Devasena Ashtottara Shatanamavali English
  667. Sri Veerabhadra Ashtottara Shatanamavali English
  668. Sri Hayagreeva Ashtottara Shatanamavali English
  669. Sri Dhanyalakshmi Ashtottara Shatanamavali English
  670. Sri Dhairyalakshmi Ashtottara Shatanamavali English
  671. Sri Santanalakshmi Ashtottara Shatanamavali English
  672. Sri Vijayalakshmi Ashtottara Shatanamavali English
  673. Sri Aishwaryalakshmi Ashtottara Shatanamavali English
  674. Aam Ka Mitha Achar
  675. Aamti
  676. Achari Paneer
  677. Adai
  678. Agra Petha
  679. Extra Creamy Potato Soup
  680. Aloo Wadiyan Rasedaar
  681. Aloo Baigan
  682. Aloo Bonda
  683. Aloo Dahi Wale
  684. Aloo Dahiwada
  685. Aloo Gobi
  686. Aloo Ka Bharta
  687. Aloo Ki Khichdi
  688. Aloo Kurkure
  689. Aloo Mangodi
  690. Aloo Methi
  691. Aloo Mewawale
  692. Aloo Palak
  693. Aloo Patta Gobi
  694. Aloo Phulkopir Dalna
  695. Aloo Poha
  696. Aloo Posto
  697. Aloo Pulao
  698. Aloo Sabzi
  699. Aloo Took
  700. Alutua
  701. Amer Chatni
  702. Amer Mishti Achar
  703. Amla Ki Chutney
  704. Amla Pickle
  705. Amti
  706. Apple and Mango Chutney
  707. Apple and Onion Bake
  708. Aratikaaya Masala Pulusu
  709. Arhar Dal
  710. Arhar Dal with Green Mango
  711. Atta Chakuli
  712. Atte Ka Seera
  713. Aviyal
  714. Baadusha
  715. Badam Ka Seera
  716. Bagala Baath
  717. Baghare Baigan
  718. Baked Brinjal Salad
  719. Banana Chips
  720. Begun Bhaja
  721. Bhaja Muga Dali
  722. Bhel Puri
  723. Boiled Rice
  724. Bombay Chapathi Sandwich
  725. Bombay Chiwda
  726. Boondi Raita
  727. Buttermilk Dosa
  728. Cabbage Paratha
  729. Cabbage Poriyal
  730. Carrot and Cilantro Soup
  731. Carrot and Lentil Soup
  732. Carrot Chutney
  733. Carrot Halwa
  734. Carrot Kheer
  735. Carrot Muffin
  736. Cashew Nut Chutney
  737. Celery Payaru Thoran
  738. Chakkar Pongal
  739. Chana Dal
  740. Chana Dal Paratha
  741. Chanar Bara
  742. Chanar Dalna
  743. Chane Jaiselmer Ke
  744. Charupodi
  745. Cheese Pakora
  746. Cheesy Potato Croquettes
  747. Sri Kukke Subrahmanya Temple (Subramanya)
  748. Manjunatha Swamy Temple (Dharmasthala)
  749. Shree Mahaganapathi Temple (Southadka)
  750. Shri Vinayaka Temple (Aane Gudde - Kumbashi)
  751. Shri Idagunji Maha Ganapati Temple (Idagunji)
  752. Mookambika Temple (Kollur)
  753. Sri Krishna Matha (Udupi)
  754. Sri Manjunatha Temple (Kadri)
  755. Mangaladevi Temple (Mangalore)
  756. Gokarnanatha Temple (Kudroli)
  757. Sharadamba Temple (Sringeri)
  758. Annapooreshwari Temple (Horanadu)
  759. Durga Parameshwari Temple (Kateel)
  760. Shri Brahmi Durgaparameshwari Temple (Kamalashile)
  761. Shri Murudeshwara Temple (Murudeshwara)
  762. Mahabaleshwar Temple (Gokarna)
  763. Shri Rajarajeshwari Temple (Polali)
  764. Shri Shankaranarayana Temple (Shankaranarayana)
  765. Guru Narasimha Temple (Saligrama)
  766. Shri Ananthapadmanabha Temple (Kudupu)
  767. Shri Sada Shivarudra Temple (Ujire)
  768. Shri Shishileshwara Temple (Shishila)
  769. Shri Vaidyanatheshwara Temple (Kokkada)
  770. Shri Rishyasringeshwara Temple (Kigga)
  771. Annapoorneshwari Temple (Hosanadu Kodyadka)
  772. Shree Sharadhamba Temple (Koodli)
  773. Sri Surya Narayana Temple (Naravi)
  774. Kalaseshwara Temple (Kalasa)
  775. Shri Jagadguru Badari Shankaracharya Samsthanam (Shakatapuram)
  776. Guli Guli Shankareshwara Swamy Temple (Shimoga)
  777. Sri Vinayaka Temple (Guddattu)
  778. The Monkey and the Wedge
  779. The Foolish Sage
  780. The Greedy Jackal and the Fighting Goats
  781. The Clever Crows and the Cunning Jackal
  782. The Clever Hare and the Foolish Lion
  783. The Bug and the Flea
  784. The Lion, the Camel, the Jackal and the Crow
  785. The Tittibha Birds and the Sea