Results for "Philosophy of Language"

Total results: 1278

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