Results for "C Code"

Total results: 1476

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