Results for "Critic as Artist"

Total results: 1414

  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 convert kilometer to mile
  139. Python Program to find maximum element in an array
  140. Python Program to find sum of array elements using for
  141. Python Program to find sum of array elements using sum function
  142. Python Program to find fibonacci series
  143. Python Program to sort an array using Insertion Sort
  144. Python Program to check if a given number is Prime or not
  145. Python Program to find the square root of a given number
  146. Python Program to convert Celsius to Fahrenheit
  147. Python Program to convert Fahrenheit to Celsius
  148. C Program to print Hello World on the console
  149. C Program to initialize different datatypes and print the same on terminal
  150. C Program to show different formatting in output using printf
  151. C Program to convert a value into different formats using format specifiers
  152. C Program to find the sum of two integer numbers
  153. C Program to find the difference of two integer numbers
  154. C Program to find the product of two integer numbers
  155. C Program to find the division of two integer numbers
  156. C Program to perform arithmetic operations using floating point variables
  157. C Program to find distance between two straight lines
  158. C Program to find area of square
  159. C Program to find perimeter of square
  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 sort an array using Bubble Sort
  359. C Program to sort an array using Bubble Sort using functions
  360. C Program to sort an array using Selection Sort
  361. C Program to sort an array using Insertion Sort
  362. C Program to sort an array using Insertion Sort using functions
  363. C Program to sort an array using Merge Sort
  364. C Program to sort an array using Shell Sort
  365. C Program to implement 01 Knapsack problem
  366. C Program to implement 01 Knapsack problem using recursion
  367. C Program to implement Fractional Knapsack problem using Greedy Method
  368. C Program to implement Prim's Algorithm
  369. C Program to solve N Queens using greedy method
  370. C Program to implement Warshall's algorithm
  371. C Program to illustrate basic concept of pointers
  372. C Program to find string length using pointers
  373. C Program to find sum of array elements using pointers
  374. C Program to add two complex numbers using structures
  375. C Program to add matrices using function and pointer
  376. C Program to create union of structures of an employee and display the details
  377. C Program to convert contents of a file to upper case
  378. C Program to print Pascal triangle
  379. C++ Program to print Hello World
  380. C++ Program to initialize different datatypes and print the same on terminal
  381. C++ Program to find the sum of two integer numbers
  382. C++ Program to find the difference of two integer numbers
  383. C++ Program to find the product of two integer numbers
  384. C++ Program to find the division of two integer numbers
  385. C++ Program to find the sum of two integer numbers using classes and objects
  386. C++ Program to show usage of classes and objects
  387. C++ Program to find biggest of two numbers
  388. C++ Program to find biggest of three numbers
  389. C++ Program to sort an array using Merge Sort
  390. C++ Program to sort an array using Insertion Sort
  391. C++ Program to find biggest of two numbers using Inline Functions
  392. C++ Program to demonstrate sizeof operator
  393. C++ Program to demonstrate usage of reference types
  394. C++ Program to find sum of two numbers using pointer returning functions
  395. C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  396. C++ Program to demonstrate constructor overloading
  397. C++ Program to generate fibonacci series
  398. C++ Program to generate fibonacci series using class
  399. C++ Program to find factorial of a number without classes
  400. C++ Program to find factorial of a number using classes
  401. C++ Program to find factorial of a number using copy constructor
  402. C++ Program to demonstrate the use of address and value operator
  403. C++ Program to find square of a number using templates
  404. C++ Program to find power of a number without inbuilt function
  405. C++ Program to print sum of n natural numbers using do while
  406. C++ Program to check if entered number is prime or not using classes
  407. C++ Program to convert Kilometers to miles
  408. C++ Program to convert binary to octal
  409. C++ Program to convert decimal to hexadecimal
  410. C++ Program to convert octal to binary
  411. C++ Program to reverse an integer number using for
  412. C++ Program to reverse an integer number using while
  413. C++ Program to reverse an integer number using do while
  414. C++ Program to reverse a string using for
  415. C++ Program to reverse a string using while
  416. C++ Program to reverse a string using do while
  417. C++ Program to find odd or even using If Else statement
  418. C++ Program to add two complex numbers
  419. C++ Program to find area of square using constructor
  420. C++ Program to find area of rectangle using constructor
  421. C++ Program to find area of circle using constructor
  422. C++ Program to find area of pentagon
  423. C++ Program to find area of shapes using constructor overloading
  424. C++ Program to find sum of two arrays
  425. C++ Program to add two matrix
  426. C++ Program to print n even numbers within range
  427. C++ Program to print n odd numbers within range
  428. C++ Program to print the sum of n even numbers using while
  429. C++ Program to print the sum of n even numbers using do while
  430. C++ Program to print the sum of n even numbers within range using for
  431. C++ Program to print the sum of n even numbers within range using while
  432. C++ Program to print the sum of n even numbers within range using do while
  433. C++ Program to print the sum of n odd numbers using while
  434. C++ Program to print the sum of n odd numbers using do while
  435. C++ Program to print the sum of n odd numbers within range using for
  436. C++ Program to print the sum of n odd numbers within range using while
  437. C++ Program to print the sum of n odd numbers within range using do while
  438. C++ Program to print the sum of n odd and even numbers using while
  439. C++ Program to print the sum of n odd and even numbers using do while
  440. C++ Program to print the sum of n odd and even numbers within range using for
  441. C++ Program to print the sum of n odd and even numbers within range using while
  442. C++ Program to print the sum of n odd and even numbers within range using do while
  443. C++ Program to demonstrate single inheritance
  444. C++ Program to implement Stacks
  445. C# Program to print Hello World
  446. C# Program to add two numbers
  447. C# Program to subtract two numbers
  448. C# Program to multiply two numbers
  449. C# Program to divide two numbers
  450. C# Program to calculate area of pentagon
  451. C# Program to sort an array using Insertion Sort
  452. C# program to find Area of Circle
  453. C# program to find Area of Equilateral Triangle
  454. C# program to find Area of Isoceles Triangle
  455. C# program to find Area of Right angled Triangle
  456. C# program to find Area of Scalene Triangle
  457. C# program to find Area of Triangle by Sides
  458. C# program to find Area of Square
  459. C# program to find Area of Rectangle
  460. C# program to find Circumference of the Circle
  461. C# program to find Perimeter of Square
  462. C# program to find Perimeter of Rectangle
  463. C# program to find Perimeter of Equilateral Triangle
  464. C# program to find Perimeter of Scalene Triangle
  465. C# program to find Perimeter of Isosceles Triangle
  466. C# program to find Perimeter of Circle
  467. C# program to print first n Natural Numbers
  468. C# program to print n Even Natural Numbers
  469. C# program to print n Odd Natural Numbers
  470. C# program to find Sum of first n Natural Numbers
  471. C# program to find Sum of first n Even Natural Numbers
  472. C# program to find Sum of first n Odd Natural Numbers
  473. C# program to check Even or Odd Number
  474. C# program to check Positive or Negative Number
  475. C# program to Compare Two Numbers
  476. C# program to find Modulus of Two Numbers
  477. C# program to find Simple Interest
  478. C# program to find Compound Interest
  479. C# program to display Multiplication Table
  480. C# program to print Odd Even Series
  481. C# program to print Floyds Triangle
  482. C# program to print Pascal Triangle
  483. C# program to print half Pyramid of Numbers
  484. C# program to print half Pyramid of Alphabets
  485. C# program to print half Pyramid of Stars
  486. C# program to print full Inverted Pyramid of Stars
  487. C# program to print half Inverted Pyramid of Stars
  488. C# program to print full Pyramid of Stars
  489. Rust Program to print Hello World
  490. Rust Program to Divide Two Numbers
  491. GO Lang Program to print Hello World
  492. GO Lang Program to print Hello World From Variable
  493. GO Lang Program to find sum of two numbers
  494. GO Lang Program to enter integer number
  495. GO Lang Program to subtract two numbers
  496. GO Lang Program to find biggest of two numbers
  497. GO Lang Program to read quoted string
  498. GO Lang Program to find length of a String
  499. JavaScript Program to display the date
  500. JavaScript Program to display an alert box
  501. JavaScript Program to display confirm box
  502. JavaScript Program to display prompt for user to enter data
  503. JavaScript Program to add of two numbers
  504. JavaScript Program to subtract of two numbers
  505. JavaScript Program to multiply of two numbers
  506. JavaScript Program to divide of two numbers
  507. JavaScript Program to print Fibonacci series
  508. JavaScript Program to find if a number is palindrome or not
  509. JavaScript Program to push and pop elements from an array
  510. PHP Program to print Hello World
  511. PHP Program to print Hello World using echo
  512. PHP Program to print Hello World in html tag
  513. PHP Program to print Hello World using print
  514. PHP Program to display user name
  515. PHP Program to find sum of array elements
  516. Ruby Program to display Hello World using Class
  517. Ruby Program to find odd or even number
  518. Ruby Program to find factorial of a number
  519. Ruby Program to add two numbers
  520. Ruby Program to add two numbers using command line
  521. Ruby Program to subtract two numbers
  522. R Program to print Hello World on Console
  523. R Program to get input from user and print on Console
  524. R Program to generate random numbers using runif
  525. R Program to generate random numbers using sample
  526. R Program to add two numbers and print the result on the console
  527. R Program to add two vectors and print the result on the console
  528. R Program to find the sum mean product of two vectors
  529. R Program to print matrix on the console
  530. R Program to find modulus of two numbers
  531. R Program to add two numbers
  532. R Program to subtract two numbers
  533. R Program to multiply two numbers
  534. R Program to divide two numbers
  535. Shell Script to print Hello World on the console
  536. Shell Script to initialize Hello World String to a variable and print it on the console
  537. Shell Script to read an integer value from user and print
  538. Shell Script to print Fibonacci series
  539. Shell Script to find factorial of a number
  540. Shell Script to print first n natural numbers
  541. Shell Script to find sum of n numbers
  542. Shell Script to find biggest of two numbers
  543. Shell Script to find biggest of three numbers using command line arguments
  544. Shell Script to find biggest of three numbers using nested if
  545. Shell Script to find largest of three numbers using If Else statement
  546. Shell Script to check if a string is palindrome or not
  547. Shell Script to print first n natural numbers in a pattern of Right angled Triangle
  548. Shell Script to print contents of an array
  549. Shell Script to print login information
  550. Shell Script for simple calculator to perform addition subtraction multiplication and division based on command line arguments
  551. Shell Script for simple calculator to perform addition subtraction multiplication and division based on the symbol using case statements
  552. ADA Program to print Hello World
  553. ADA Program to print a integer number entered by user
  554. ADA Program to print a character entered by user
  555. ADA Program to print a string entered by user
  556. ADA Program to find the sum of two integer number
  557. ADA Program to find the difference of two integer number
  558. ADA Program to find the product of two integer number
  559. ADA Program to find the division of two integer number
  560. ADA Program to find area of square
  561. ADA Program to find perimeter of square
  562. ADA Program to find area of rectangle
  563. ADA Program to find perimeter of rectangle
  564. Haskell Program to print hello world
  565. Haskell Program to print integer entered by the user
  566. Haskell Program to print string entered by the user
  567. Haskell Program to print system information
  568. Haskell Program to print Fibonacci series
  569. Haskell Program to print factorial of a number
  570. Haskell Program to add two numbers
  571. Haskell Program to subtract two numbers
  572. Haskell Program to multiply two numbers
  573. Haskell Program to divide two numbers
  574. Haskell Program to convert string to lower case
  575. Haskell Program to convert string to upper case
  576. Julia Program to print Hello World
  577. Julia Program to print ASCII Values
  578. Julia Program to initialize string and print on console
  579. Julia Program to add two numbers
  580. Julia Program to subtract two numbers
  581. Kotlin Program to print Hello World
  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 print string value
  588. Swift Program to print information of a person using structures
  589. Swift Program to print information of a student using classes
  590. F# program to print Hello World
  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 using Functions
  594. F# program to find Modulus of two numbers using Try Catch
  595. F# program to print the sum of first n Natural Numbers
  596. F# program to perform Arithmetic Operations
  597. Introduction to Java
  598. Java Virtual Machine (JVM) and Bytecode
  599. Features of Java
  600. Setting up the Java Development Kit (JDK)
  601. Difference Between Oracle JDK and OpenJDK
  602. Integrated Development Environments (IDEs) for Java
  603. First Java Program
  604. Java Keywords
  605. Java identifiers
  606. Lists in Python
  607. Strings in Python
  608. Tuples in Python
  609. Sets in Python
  610. Dictionary in Python
  611. File Handling in Python
  612. Introduction to Lua
  613. Installing Lua
  614. Passage 1
  615. Passage 2
  616. Passage 3
  617. Passage 4
  618. Passage 5
  619. Passage 6
  620. Passage 7
  621. Passage 8
  622. Passage 9
  623. Passage 10
  624. Passage 11
  625. Passage 12
  626. Passage 13
  627. Passage 14
  628. Passage 15
  629. Passage 16
  630. Passage 17
  631. Passage 18
  632. Passage 19
  633. Passage 20
  634. Passage 21
  635. Passage 22
  636. Passage 23
  637. Passage 24
  638. Passage 25
  639. Passage 26
  640. Passage 27
  641. Passage 28
  642. Passage 29
  643. Passage 30
  644. Passage 31
  645. Passage 32
  646. Passage 33
  647. Passage 34
  648. Passage 35
  649. Passage 36
  650. Passage 37
  651. Passage 38
  652. Passage 39
  653. Passage 40
  654. Passage 41
  655. Passage 42
  656. Passage 43
  657. Passage 44
  658. Passage 45
  659. Passage 46
  660. Passage 47
  661. Passage 48
  662. Passage 49
  663. Passage 50
  664. Passage 51
  665. Passage 52
  666. Passage 53
  667. Passage 54
  668. Passage 55
  669. Passage 56
  670. Passage 57
  671. Passage 58
  672. Passage 59
  673. Passage 60
  674. Passage 61
  675. Passage 62
  676. Passage 63
  677. Passage 64
  678. Passage 65
  679. Passage 66
  680. Passage 67
  681. Passage 68
  682. Passage 69
  683. Passage 70
  684. Passage 71
  685. Passage 72
  686. Passage 73
  687. Passage 74
  688. Passage 75
  689. Passage 76
  690. Passage 77
  691. Passage 78
  692. Passage 79
  693. Passage 80
  694. Passage 81
  695. Passage 82
  696. Passage 83
  697. Passage 84
  698. Passage 85
  699. Passage 86
  700. Passage 87
  701. Passage 88
  702. Passage 89
  703. Passage 90
  704. Passage 91
  705. Passage 92
  706. Passage 93
  707. Passage 94
  708. Passage 95
  709. Passage 96
  710. Passage 97
  711. Passage 98
  712. Passage 99
  713. Passage 100
  714. Passage 101
  715. Passage 102
  716. Passage 103
  717. Passage 104
  718. Passage 105
  719. Passage 106
  720. Passage 107
  721. Passage 108
  722. Passage 109
  723. Passage 110
  724. Passage 111
  725. Passage 112
  726. Passage 113
  727. Passage 114
  728. Passage 115
  729. Passage 116
  730. Passage 117
  731. Passage 118
  732. Passage 119
  733. Passage 120
  734. Passage 121
  735. Passage 122
  736. Passage 123
  737. Passage 124
  738. Passage 125
  739. Passage 126
  740. Passage 127
  741. Passage 128
  742. Passage 129
  743. Passage 130
  744. Passage 131
  745. Passage 132
  746. Passage 133
  747. Passage 134
  748. Passage 135
  749. Passage 136
  750. Passage 137
  751. Passage 138
  752. Passage 139
  753. Passage 140
  754. Passage 141
  755. Passage 142
  756. Passage 143
  757. Passage 144
  758. Passage 145
  759. Passage 146
  760. Passage 147
  761. Passage 148
  762. Passage 149
  763. Passage 150
  764. Passage 151
  765. Passage 152
  766. Passage 153
  767. Passage 154
  768. Passage 155
  769. Passage 156
  770. Passage 157
  771. Passage 158
  772. Passage 159
  773. Passage 160
  774. Passage 161
  775. Passage 162
  776. Passage 163
  777. Passage 164
  778. Passage 165
  779. Passage 166
  780. Passage 167
  781. Passage 168
  782. Passage 169
  783. Passage 170
  784. Passage 171
  785. Passage 172
  786. Passage 173
  787. Passage 174
  788. Passage 175
  789. Passage 176
  790. Passage 177
  791. Passage 178
  792. Passage 179
  793. Passage 180
  794. Passage 181
  795. Passage 182
  796. Passage 183
  797. Passage 184
  798. Passage 185
  799. Passage 186
  800. Passage 187
  801. Passage 188
  802. Passage 189
  803. Passage 190
  804. Passage 191
  805. Passage 192
  806. Passage 193
  807. Passage 194
  808. Passage 195
  809. Passage 196
  810. Passage 197
  811. Passage 198
  812. Passage 199
  813. Passage 200
  814. Passage 201
  815. Passage 202
  816. Passage 203
  817. Passage 204
  818. Passage 205
  819. Passage 206
  820. Passage 207
  821. Passage 208
  822. Passage 209
  823. Passage 210
  824. Passage 211
  825. Passage 212
  826. Passage 213
  827. Passage 214
  828. Passage 215
  829. Passage 216
  830. Passage 217
  831. Passage 218
  832. Passage 219
  833. Passage 220
  834. Passage 221
  835. Passage 222
  836. Passage 223
  837. Passage 224
  838. Passage 225
  839. Passage 226
  840. Passage 227
  841. Passage 228
  842. Passage 229
  843. Passage 230
  844. Passage 231
  845. Passage 232
  846. Passage 233
  847. Passage 234
  848. Passage 235
  849. Passage 236
  850. Passage 237
  851. Passage 238
  852. Passage 239
  853. Passage 240
  854. Passage 241
  855. Passage 242
  856. Passage 243
  857. Passage 244
  858. Passage 245
  859. Passage 246
  860. Passage 247
  861. Passage 248
  862. Passage 249
  863. Passage 250
  864. Passage 251
  865. Passage 252
  866. Passage 253
  867. Passage 254
  868. Passage 255
  869. Passage 256
  870. Passage 257
  871. Passage 258
  872. Passage 259
  873. Passage 260
  874. Passage 261
  875. Passage 262
  876. Passage 263
  877. Passage 264
  878. Passage 265
  879. Passage 266
  880. Passage 267
  881. Passage 268
  882. Passage 269
  883. Passage 270
  884. Passage 271
  885. Passage 272
  886. Passage 273
  887. Passage 274
  888. Passage 275
  889. Passage 276
  890. Passage 277
  891. Passage 278
  892. Passage 279
  893. Passage 280
  894. Passage 281
  895. Passage 282
  896. Passage 283
  897. Passage 284
  898. Passage 285
  899. Passage 286
  900. Passage 287
  901. Passage 288
  902. Passage 289
  903. Passage 290
  904. Passage 291
  905. Passage 292
  906. Passage 293
  907. Passage 294
  908. Passage 295
  909. Passage 296
  910. Passage 297
  911. Passage 298
  912. Passage 299
  913. Passage 300
  914. Question 1
  915. Question 2
  916. Question 3
  917. Question 4
  918. Question 5
  919. Question 6
  920. Question 7
  921. Question 8
  922. Question 9
  923. Question 10
  924. Question 11
  925. Question 12
  926. Question 13
  927. Question 14
  928. Question 15
  929. Question 16
  930. Question 17
  931. Question 18
  932. Question 19
  933. Question 20
  934. Question 21
  935. Question 22
  936. Question 23
  937. Question 24
  938. Question 25
  939. Question 26
  940. Question 27
  941. Question 28
  942. Question 29
  943. Question 30
  944. Question 31
  945. Question 32
  946. Question 33
  947. Question 34
  948. Question 35
  949. Question 36
  950. Question 37
  951. Question 38
  952. Question 39
  953. Question 40
  954. Question 41
  955. Question 42
  956. Question 43
  957. Question 44
  958. Question 45
  959. Question 46
  960. Question 47
  961. Question 48
  962. Ganesha Ashtottara Shatanamavali English
  963. Ganesha Ashtottara Shatanamavali Kannada
  964. Ganesha Ashtottara Shatanamavali Telugu
  965. Ganesha Ashtottara Shatanamavali Hindi
  966. Ganesha Ashtottara Shatanamavali Sanskrit
  967. Ganesha Ashtottara Shatanamavali Tamil
  968. Vinayaka Ashtottara Shatanamavali English
  969. Vinayaka Ashtottara Shatanamavali Kannada
  970. Vinayaka Ashtottara Shatanamavali Telugu
  971. Vinayaka Ashtottara Shatanamavali Hindi
  972. Vinayaka Ashtottara Shatanamavali Sanskrit
  973. Vinayaka Ashtottara Shatanamavali Tamil
  974. Ganapati Gakara Ashtottara Shatanamavali English
  975. Ganapati Gakara Ashtottara Shatanamavali Kannada
  976. Ganapati Gakara Ashtottara Shatanamavali Telugu
  977. Ganapati Gakara Ashtottara Shatanamavali Hindi
  978. Ganapati Gakara Ashtottara Shatanamavali Sanskrit
  979. Ganapati Gakara Ashtottara Shatanamavali Tamil
  980. Sri Subramanya Ashtottara Shatanamavali English
  981. Sri Subramanya Ashtottara Shatanamavali Kannada
  982. Sri Subramanya Ashtottara Shatanamavali Telugu
  983. Sri Subramanya Ashtottara Shatanamavali Hindi
  984. Sri Subramanya Ashtottara Shatanamavali Sanskrit
  985. Sri Subramanya Ashtottara Shatanamavali Tamil
  986. Shiva Ashtottara Shatanamavali English
  987. Shiva Ashtottara Shatanamavali Kannada
  988. Shiva Ashtottara Shatanamavali Telugu
  989. Shiva Ashtottara Shatanamavali Hindi
  990. Shiva Ashtottara Shatanamavali Sanskrit
  991. Shiva Ashtottara Shatanamavali Tamil
  992. Satyanarayana Ashtottara Shatanamavali (Type 1) English
  993. Satyanarayana Ashtottara Shatanamavali (Type 1) Kannada
  994. Satyanarayana Ashtottara Shatanamavali (Type 1) Telugu
  995. Satyanarayana Ashtottara Shatanamavali (Type 1) Hindi
  996. Satyanarayana Ashtottara Shatanamavali (Type 1) Sanskrit
  997. Satyanarayana Ashtottara Shatanamavali (Type 1) Tamil
  998. Sri Durga Ashtottara Shatanamavali English
  999. Sri Durga Ashtottara Shatanamavali Kannada
  1000. Sri Durga Ashtottara Shatanamavali Telugu
  1001. Sri Durga Ashtottara Shatanamavali Hindi
  1002. Sri Durga Ashtottara Shatanamavali Sanskrit
  1003. Sri Durga Ashtottara Shatanamavali Tamil
  1004. Sri Krishna Ashtottara Shatanamavali English
  1005. Sri Krishna Ashtottara Shatanamavali Kannada
  1006. Sri Krishna Ashtottara Shatanamavali Telugu
  1007. Sri Krishna Ashtottara Shatanamavali Hindi
  1008. Sri Krishna Ashtottara Shatanamavali Sanskrit
  1009. Sri Krishna Ashtottara Shatanamavali Tamil
  1010. Sri Lakshmi Ashtottara Shatanamavali English
  1011. Sri Lakshmi Ashtottara Shatanamavali Kannada
  1012. Sri Lakshmi Ashtottara Shatanamavali Telugu
  1013. Sri Lakshmi Ashtottara Shatanamavali Hindi
  1014. Sri Lakshmi Ashtottara Shatanamavali Sanskrit
  1015. Sri Lakshmi Ashtottara Shatanamavali Tamil
  1016. Venkateshwara Ashtottara Shatanamavali English
  1017. Venkateshwara Ashtottara Shatanamavali Kannada
  1018. Venkateshwara Ashtottara Shatanamavali Telugu
  1019. Venkateshwara Ashtottara Shatanamavali Hindi
  1020. Venkateshwara Ashtottara Shatanamavali Sanskrit
  1021. Venkateshwara Ashtottara Shatanamavali Tamil
  1022. Batuka Bhairava Ashtottara Shatanamavali English
  1023. Batuka Bhairava Ashtottara Shatanamavali Kannada
  1024. Batuka Bhairava Ashtottara Shatanamavali Telugu
  1025. Batuka Bhairava Ashtottara Shatanamavali Hindi
  1026. Batuka Bhairava Ashtottara Shatanamavali Sanskrit
  1027. Batuka Bhairava Ashtottara Shatanamavali Tamil
  1028. Sri Lakshmi Narasimha Ashtottara Shatanamavali English
  1029. Sri Lakshmi Narasimha Ashtottara Shatanamavali Kannada
  1030. Sri Lakshmi Narasimha Ashtottara Shatanamavali Telugu
  1031. Sri Lakshmi Narasimha Ashtottara Shatanamavali Hindi
  1032. Sri Lakshmi Narasimha Ashtottara Shatanamavali Sanskrit
  1033. Sri Lakshmi Narasimha Ashtottara Shatanamavali Tamil
  1034. Sri Kali Ashtottara Shatanamavali English
  1035. Sri Kali Ashtottara Shatanamavali Kannada
  1036. Sri Kali Ashtottara Shatanamavali Telugu
  1037. Sri Kali Ashtottara Shatanamavali Hindi
  1038. Sri Kali Ashtottara Shatanamavali Sanskrit
  1039. Sri Kali Ashtottara Shatanamavali Tamil
  1040. Sri Saraswati Ashtottara Shatanamavali English
  1041. Sri Saraswati Ashtottara Shatanamavali Kannada
  1042. Sri Saraswati Ashtottara Shatanamavali Telugu
  1043. Sri Saraswati Ashtottara Shatanamavali Hindi
  1044. Sri Saraswati Ashtottara Shatanamavali Sanskrit
  1045. Sri Saraswati Ashtottara Shatanamavali Tamil
  1046. Sri Mangala Gowri Ashtottara Shatanamavali English
  1047. Sri Mangala Gowri Ashtottara Shatanamavali Kannada
  1048. Sri Mangala Gowri Ashtottara Shatanamavali Telugu
  1049. Sri Mangala Gowri Ashtottara Shatanamavali Hindi
  1050. Sri Mangala Gowri Ashtottara Shatanamavali Sanskrit
  1051. Sri Mangala Gowri Ashtottara Shatanamavali Tamil
  1052. Sri Rama Ashtottara Shatanamavali English
  1053. Sri Rama Ashtottara Shatanamavali Kannada
  1054. Sri Rama Ashtottara Shatanamavali Telugu
  1055. Sri Rama Ashtottara Shatanamavali Hindi
  1056. Sri Rama Ashtottara Shatanamavali Sanskrit
  1057. Sri Rama Ashtottara Shatanamavali Tamil
  1058. Sri Sita Ashtottara Shatanamavali (Type 1) English
  1059. Sri Sita Ashtottara Shatanamavali (Type 1) Kannada
  1060. Sri Sita Ashtottara Shatanamavali (Type 1) Telugu
  1061. Sri Sita Ashtottara Shatanamavali (Type 1) Hindi
  1062. Sri Sita Ashtottara Shatanamavali (Type 1) Sanskrit
  1063. Sri Sita Ashtottara Shatanamavali (Type 1) Tamil
  1064. Sri Sita Ashtottara Shatanamavali (Type 2) English
  1065. Sri Sita Ashtottara Shatanamavali (Type 2) Kannada
  1066. Sri Sita Ashtottara Shatanamavali (Type 2) Telugu
  1067. Sri Sita Ashtottara Shatanamavali (Type 2) Hindi
  1068. Sri Sita Ashtottara Shatanamavali (Type 2) Sanskrit
  1069. Sri Sita Ashtottara Shatanamavali (Type 2) Tamil
  1070. Sri Anjaneya Ashtottara Shatanamavali English
  1071. Sri Anjaneya Ashtottara Shatanamavali Kannada
  1072. Sri Anjaneya Ashtottara Shatanamavali Telugu
  1073. Sri Anjaneya Ashtottara Shatanamavali Hindi
  1074. Sri Anjaneya Ashtottara Shatanamavali Sanskrit
  1075. Sri Anjaneya Ashtottara Shatanamavali Tamil
  1076. Surya Ashtottara Shatanamavali English
  1077. Surya Ashtottara Shatanamavali Kannada
  1078. Surya Ashtottara Shatanamavali Telugu
  1079. Surya Ashtottara Shatanamavali Hindi
  1080. Surya Ashtottara Shatanamavali Sanskrit
  1081. Surya Ashtottara Shatanamavali Tamil
  1082. Chandra Ashtottara Shatanamavali English
  1083. Chandra Ashtottara Shatanamavali Kannada
  1084. Chandra Ashtottara Shatanamavali Telugu
  1085. Chandra Ashtottara Shatanamavali Hindi
  1086. Chandra Ashtottara Shatanamavali Sanskrit
  1087. Chandra Ashtottara Shatanamavali Tamil
  1088. Angaraka Ashtottara Shatanamavali English
  1089. Angaraka Ashtottara Shatanamavali Kannada
  1090. Angaraka Ashtottara Shatanamavali Telugu
  1091. Angaraka Ashtottara Shatanamavali Hindi
  1092. Angaraka Ashtottara Shatanamavali Sanskrit
  1093. Angaraka Ashtottara Shatanamavali Tamil
  1094. Budha Ashtottara Shatanamavali English
  1095. Budha Ashtottara Shatanamavali Kannada
  1096. Budha Ashtottara Shatanamavali Telugu
  1097. Budha Ashtottara Shatanamavali Hindi
  1098. Budha Ashtottara Shatanamavali Sanskrit
  1099. Budha Ashtottara Shatanamavali Tamil
  1100. Bruhaspati Ashtottara Shatanamavali English
  1101. Bruhaspati Ashtottara Shatanamavali Kannada
  1102. Bruhaspati Ashtottara Shatanamavali Telugu
  1103. Bruhaspati Ashtottara Shatanamavali Hindi
  1104. Bruhaspati Ashtottara Shatanamavali Sanskrit
  1105. Bruhaspati Ashtottara Shatanamavali Tamil
  1106. Shukra Ashtottara Shatanamavali English
  1107. Shukra Ashtottara Shatanamavali Kannada
  1108. Shukra Ashtottara Shatanamavali Telugu
  1109. Shukra Ashtottara Shatanamavali Hindi
  1110. Shukra Ashtottara Shatanamavali Sanskrit
  1111. Shukra Ashtottara Shatanamavali Tamil
  1112. Shani Ashtottara Shatanamavali English
  1113. Shani Ashtottara Shatanamavali Kannada
  1114. Shani Ashtottara Shatanamavali Telugu
  1115. Shani Ashtottara Shatanamavali Hindi
  1116. Shani Ashtottara Shatanamavali Sanskrit
  1117. Shani Ashtottara Shatanamavali Tamil
  1118. Rahu Ashtottara Shatanamavali English
  1119. Rahu Ashtottara Shatanamavali Kannada
  1120. Rahu Ashtottara Shatanamavali Telugu
  1121. Rahu Ashtottara Shatanamavali Hindi
  1122. Rahu Ashtottara Shatanamavali Sanskrit
  1123. Rahu Ashtottara Shatanamavali Tamil
  1124. Ketu Ashtottara Shatanamavali English
  1125. Ketu Ashtottara Shatanamavali Kannada
  1126. Ketu Ashtottara Shatanamavali Telugu
  1127. Ketu Ashtottara Shatanamavali Hindi
  1128. Ketu Ashtottara Shatanamavali Sanskrit
  1129. Ketu Ashtottara Shatanamavali Tamil
  1130. Dattatreya Ashtottara Shatanamavali English
  1131. Dattatreya Ashtottara Shatanamavali Kannada
  1132. Dattatreya Ashtottara Shatanamavali Telugu
  1133. Dattatreya Ashtottara Shatanamavali Hindi
  1134. Dattatreya Ashtottara Shatanamavali Sanskrit
  1135. Dattatreya Ashtottara Shatanamavali Tamil
  1136. Ayyappa Ashtottara Shatanamavali English
  1137. Ayyappa Ashtottara Shatanamavali Kannada
  1138. Ayyappa Ashtottara Shatanamavali Telugu
  1139. Ayyappa Ashtottara Shatanamavali Hindi
  1140. Ayyappa Ashtottara Shatanamavali Sanskrit
  1141. Ananta Padmanabha Ashtottara Shatanamavali English
  1142. Ananta Padmanabha Ashtottara Shatanamavali Kannada
  1143. Ananta Padmanabha Ashtottara Shatanamavali Telugu
  1144. Ananta Padmanabha Ashtottara Shatanamavali Hindi
  1145. Ananta Padmanabha Ashtottara Shatanamavali Sanskrit
  1146. Gayatri Ashtottara Shatanamavali (Type 1) English
  1147. Gayatri Ashtottara Shatanamavali (Type 1) Kannada
  1148. Gayatri Ashtottara Shatanamavali (Type 1) Telugu
  1149. Gayatri Ashtottara Shatanamavali (Type 1) Hindi
  1150. Gayatri Ashtottara Shatanamavali (Type 1) Sanskrit
  1151. Gayatri Ashtottara Shatanamavali (Type 2) English
  1152. Gayatri Ashtottara Shatanamavali (Type 2) Kannada
  1153. Gayatri Ashtottara Shatanamavali (Type 2) Telugu
  1154. Gayatri Ashtottara Shatanamavali (Type 2) Hindi
  1155. Gayatri Ashtottara Shatanamavali (Type 2) Sanskrit
  1156. Sri Tulasi Ashtottara Shatanamavali English
  1157. Sri Tulasi Ashtottara Shatanamavali Kannada
  1158. Sri Tulasi Ashtottara Shatanamavali Telugu
  1159. Sri Tulasi Ashtottara Shatanamavali Hindi
  1160. Sri Tulasi Ashtottara Shatanamavali Sanskrit
  1161. Sri Valli Ashtottara Shatanamavali English
  1162. Sri Valli Ashtottara Shatanamavali Kannada
  1163. Sri Valli Ashtottara Shatanamavali Telugu
  1164. Sri Valli Ashtottara Shatanamavali Hindi
  1165. Sri Valli Ashtottara Shatanamavali Sanskrit
  1166. Sri Devasena Ashtottara Shatanamavali English
  1167. Sri Devasena Ashtottara Shatanamavali Kannada
  1168. Sri Devasena Ashtottara Shatanamavali Telugu
  1169. Sri Devasena Ashtottara Shatanamavali Hindi
  1170. Sri Devasena Ashtottara Shatanamavali Sanskrit
  1171. Sri Varaha Ashtottara Shatanamavali English
  1172. Sri Varaha Ashtottara Shatanamavali Kannada
  1173. Sri Varaha Ashtottara Shatanamavali Telugu
  1174. Sri Varaha Ashtottara Shatanamavali Hindi
  1175. Sri Varaha Ashtottara Shatanamavali Sanskrit
  1176. Sri Varahi Ashtottara Shatanamavali English
  1177. Sri Varahi Ashtottara Shatanamavali Kannada
  1178. Sri Varahi Ashtottara Shatanamavali Telugu
  1179. Sri Varahi Ashtottara Shatanamavali Hindi
  1180. Sri Varahi Ashtottara Shatanamavali Sanskrit
  1181. Sri Veerabhadra Ashtottara Shatanamavali English
  1182. Sri Veerabhadra Ashtottara Shatanamavali Kannada
  1183. Sri Veerabhadra Ashtottara Shatanamavali Telugu
  1184. Sri Veerabhadra Ashtottara Shatanamavali Hindi
  1185. Sri Veerabhadra Ashtottara Shatanamavali Sanskrit
  1186. Sri Hayagreeva Ashtottara Shatanamavali English
  1187. Sri Hayagreeva Ashtottara Shatanamavali Kannada
  1188. Sri Hayagreeva Ashtottara Shatanamavali Telugu
  1189. Sri Hayagreeva Ashtottara Shatanamavali Hindi
  1190. Sri Hayagreeva Ashtottara Shatanamavali Sanskrit
  1191. Sri Shankaracharya Ashtottara Shatanamavali English
  1192. Sri Shankaracharya Ashtottara Shatanamavali Kannada
  1193. Sri Shankaracharya Ashtottara Shatanamavali Telugu
  1194. Sri Shankaracharya Ashtottara Shatanamavali Hindi
  1195. Sri Shankaracharya Ashtottara Shatanamavali Sanskrit
  1196. Sri Raghavendra Ashtottara Shatanamavali English
  1197. Sri Raghavendra Ashtottara Shatanamavali Kannada
  1198. Sri Raghavendra Ashtottara Shatanamavali Telugu
  1199. Sri Raghavendra Ashtottara Shatanamavali Hindi
  1200. Sri Raghavendra Ashtottara Shatanamavali Sanskrit
  1201. Satyanarayana Ashtottara Shatanamavali (Type 2) English
  1202. Satyanarayana Ashtottara Shatanamavali (Type 2) Kannada
  1203. Satyanarayana Ashtottara Shatanamavali (Type 2) Telugu
  1204. Satyanarayana Ashtottara Shatanamavali (Type 2) Hindi
  1205. Satyanarayana Ashtottara Shatanamavali (Type 2) Sanskrit
  1206. Sri Kalabhairava Kakara Ashtottara Shatanamavali English
  1207. Sri Kalabhairava Kakara Ashtottara Shatanamavali Kannada
  1208. Sri Kalabhairava Kakara Ashtottara Shatanamavali Telugu
  1209. Sri Kalabhairava Kakara Ashtottara Shatanamavali Hindi
  1210. Sri Kalabhairava Kakara Ashtottara Shatanamavali Sanskrit
  1211. Sri Adilakshmi Ashtottara Shatanamavali English
  1212. Sri Adilakshmi Ashtottara Shatanamavali Kannada
  1213. Sri Adilakshmi Ashtottara Shatanamavali Telugu
  1214. Sri Adilakshmi Ashtottara Shatanamavali Hindi
  1215. Sri Adilakshmi Ashtottara Shatanamavali Sanskrit
  1216. Sri Dhanyalakshmi Ashtottara Shatanamavali English
  1217. Sri Dhanyalakshmi Ashtottara Shatanamavali Kannada
  1218. Sri Dhanyalakshmi Ashtottara Shatanamavali Telugu
  1219. Sri Dhanyalakshmi Ashtottara Shatanamavali Hindi
  1220. Sri Dhanyalakshmi Ashtottara Shatanamavali Sanskrit
  1221. Sri Dhairyalakshmi Ashtottara Shatanamavali English
  1222. Sri Dhairyalakshmi Ashtottara Shatanamavali Kannada
  1223. Sri Dhairyalakshmi Ashtottara Shatanamavali Telugu
  1224. Sri Dhairyalakshmi Ashtottara Shatanamavali Hindi
  1225. Sri Dhairyalakshmi Ashtottara Shatanamavali Sanskrit
  1226. Sri Gajalakshmi Ashtottara Shatanamavali English
  1227. Sri Gajalakshmi Ashtottara Shatanamavali Kannada
  1228. Sri Gajalakshmi Ashtottara Shatanamavali Telugu
  1229. Sri Gajalakshmi Ashtottara Shatanamavali Hindi
  1230. Sri Gajalakshmi Ashtottara Shatanamavali Sanskrit
  1231. Sri Santanalakshmi Ashtottara Shatanamavali English
  1232. Sri Santanalakshmi Ashtottara Shatanamavali Kannada
  1233. Sri Santanalakshmi Ashtottara Shatanamavali Telugu
  1234. Sri Santanalakshmi Ashtottara Shatanamavali Hindi
  1235. Sri Santanalakshmi Ashtottara Shatanamavali Sanskrit
  1236. Sri Vijayalakshmi Ashtottara Shatanamavali English
  1237. Sri Vijayalakshmi Ashtottara Shatanamavali Kannada
  1238. Sri Vijayalakshmi Ashtottara Shatanamavali Telugu
  1239. Sri Vijayalakshmi Ashtottara Shatanamavali Hindi
  1240. Sri Vijayalakshmi Ashtottara Shatanamavali Sanskrit
  1241. Sri Vidyalakshmi Ashtottara Shatanamavali English
  1242. Sri Vidyalakshmi Ashtottara Shatanamavali Kannada
  1243. Sri Vidyalakshmi Ashtottara Shatanamavali Telugu
  1244. Sri Vidyalakshmi Ashtottara Shatanamavali Hindi
  1245. Sri Vidyalakshmi Ashtottara Shatanamavali Sanskrit
  1246. Sri Aishwaryalakshmi Ashtottara Shatanamavali English
  1247. Sri Aishwaryalakshmi Ashtottara Shatanamavali Kannada
  1248. Sri Aishwaryalakshmi Ashtottara Shatanamavali Telugu
  1249. Sri Aishwaryalakshmi Ashtottara Shatanamavali Hindi
  1250. Sri Aishwaryalakshmi Ashtottara Shatanamavali Sanskrit
  1251. Sri Kamakshi Ashtottara Shatanamavali English
  1252. Sri Kamakshi Ashtottara Shatanamavali Kannada
  1253. Sri Kamakshi Ashtottara Shatanamavali Telugu
  1254. Sri Kamakshi Ashtottara Shatanamavali Hindi
  1255. Sri Kamakshi Ashtottara Shatanamavali Sanskrit
  1256. Sri Pratyangira Ashtottara Shatanamavali English
  1257. Sri Pratyangira Ashtottara Shatanamavali Kannada
  1258. Sri Pratyangira Ashtottara Shatanamavali Telugu
  1259. Sri Pratyangira Ashtottara Shatanamavali Hindi
  1260. Sri Pratyangira Ashtottara Shatanamavali Sanskrit
  1261. Sri Pratyangira Ashtottara Shatanamavali Tamil
  1262. Aam Ka Mitha Achar
  1263. Aamti
  1264. Achari Paneer
  1265. Adai
  1266. Agra Petha
  1267. Extra Creamy Potato Soup
  1268. Aloo Wadiyan Rasedaar
  1269. Aloo Baigan
  1270. Aloo Bonda
  1271. Aloo Dahi Wale
  1272. Aloo Dahiwada
  1273. Aloo Gobi
  1274. Aloo Ka Bharta
  1275. Aloo Ki Khichdi
  1276. Aloo Kurkure
  1277. Aloo Mangodi
  1278. Aloo Methi
  1279. Aloo Mewawale
  1280. Aloo Palak
  1281. Aloo Patta Gobi
  1282. Aloo Phulkopir Dalna
  1283. Aloo Poha
  1284. Aloo Posto
  1285. Aloo Pulao
  1286. Aloo Sabzi
  1287. Aloo Took
  1288. Alutua
  1289. Amer Chatni
  1290. Amer Mishti Achar
  1291. Amla Ki Chutney
  1292. Amla Pickle
  1293. Amti
  1294. Anaraser Chatni
  1295. Appam
  1296. Apple and Mango Chutney
  1297. Apple and Onion Bake
  1298. Apple Jam
  1299. Apple Jelly
  1300. Apricot and Pineapple Jam
  1301. Apricot Chutney
  1302. Apricot Jam
  1303. Apricot Sauce
  1304. Aratikaaya Masala Pulusu
  1305. Arbi Pickle
  1306. Arhar Dal
  1307. Arhar Dal with Green Mango
  1308. Asoondi
  1309. Atta Chakuli
  1310. Atte Ka Seera
  1311. Aviyal
  1312. Baadusha
  1313. Baby Corn Soup (Type 1)
  1314. Baby Corn Soup (Type 2)
  1315. Badam Ka Seera
  1316. Badam Kaju Pista Burger
  1317. Badam Kheer
  1318. Bagala Baath
  1319. Baghare Baigan
  1320. Baked Brinjal Salad
  1321. Banana Chips
  1322. Banana Chutney
  1323. Bandha Kobhi Chadchadee
  1324. Basic Bean Soup
  1325. Basil and Badam Soup
  1326. Bathue Raita
  1327. Beetroot Halwa
  1328. Begun Bhaja
  1329. Bendakaya Fry
  1330. Besan Dhokla
  1331. Bhaja Muga Dali
  1332. Bharwan Baingan
  1333. Bhel Puri
  1334. Bhindi Anardana
  1335. Bhindi Bhaji
  1336. Black Bean Soup
  1337. Black Eye Beans Curry
  1338. Boiled Rice
  1339. Bombay Chapathi Sandwich
  1340. Bombay Chiwda
  1341. Boondi Raita
  1342. Bread Barfi
  1343. Brinjal Caviar
  1344. Brinjal Rice
  1345. Buttermilk Dosa
  1346. Cabbage Apple Delight
  1347. Cabbage Paratha
  1348. Cabbage Poriyal
  1349. Cabbage Raita
  1350. Carrot and Cilantro Soup
  1351. Carrot and Lentil Soup
  1352. Carrot Chutney
  1353. Carrot Halwa
  1354. Carrot Jam
  1355. Carrot Kheer
  1356. Carrot Muffin
  1357. Carrot Pickle
  1358. Carrot Rice
  1359. Carrots in Foil
  1360. Cashew Nut Chutney
  1361. Cauliflower Turnip and Carrot Pickle
  1362. Celery Payaru Thoran
  1363. Chakkar Pongal
  1364. Chana Dal
  1365. Chana Dal Paratha
  1366. Chanar Bara
  1367. Chanar Dalna
  1368. Chane Jaiselmer Ke
  1369. Charupodi
  1370. Cheese Pakora
  1371. Cheesy Potato Croquettes
  1372. Sri Kukke Subrahmanya Temple (Subramanya)
  1373. Manjunatha Swamy Temple (Dharmasthala)
  1374. Shree Mahaganapathi Temple (Southadka)
  1375. Shri Vinayaka Temple (Aane Gudde - Kumbashi)
  1376. Shri Idagunji Maha Ganapati Temple (Idagunji)
  1377. Mookambika Temple (Kollur)
  1378. Sri Krishna Matha (Udupi)
  1379. Sri Manjunatha Temple (Kadri)
  1380. Mangaladevi Temple (Mangalore)
  1381. Gokarnanatha Temple (Kudroli)
  1382. Sharadamba Temple (Sringeri)
  1383. Annapooreshwari Temple (Horanadu)
  1384. Durga Parameshwari Temple (Kateel)
  1385. Shri Brahmi Durgaparameshwari Temple (Kamalashile)
  1386. Shri Murudeshwara Temple (Murudeshwara)
  1387. Mahabaleshwar Temple (Gokarna)
  1388. Shri Rajarajeshwari Temple (Polali)
  1389. Shri Shankaranarayana Temple (Shankaranarayana)
  1390. Guru Narasimha Temple (Saligrama)
  1391. Shri Ananthapadmanabha Temple (Kudupu)
  1392. Shri Sada Shivarudra Temple (Ujire)
  1393. Shri Shishileshwara Temple (Shishila)
  1394. Shri Vaidyanatheshwara Temple (Kokkada)
  1395. Shri Rishyasringeshwara Temple (Kigga)
  1396. Annapoorneshwari Temple (Hosanadu Kodyadka)
  1397. Shree Sharadhamba Temple (Koodli)
  1398. Sri Surya Narayana Temple (Naravi)
  1399. Kalaseshwara Temple (Kalasa)
  1400. Shri Jagadguru Badari Shankaracharya Samsthanam (Shakatapuram)
  1401. Guli Guli Shankareshwara Swamy Temple (Shimoga)
  1402. Sri Vinayaka Temple (Guddattu)
  1403. The Monkey and the Wedge
  1404. The Jackal and the Drum
  1405. The Fall and Rise of a Merchant
  1406. The Foolish Sage
  1407. The Greedy Jackal and the Fighting Goats
  1408. The Clever Crows and the Cunning Jackal
  1409. The Cunning Heron and the Clever Crab
  1410. The Clever Hare and the Foolish Lion
  1411. The Bug and the Flea
  1412. The story of a Blue Jackal
  1413. The Lion, the Camel, the Jackal and the Crow
  1414. The Tittibha Birds and the Sea