Results for "Capitalism and Class Struggle"

Total results: 1454

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