Results for "Rows and Columns"

Total results: 1524

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