Results for "Coding Logic"

Total results: 512

  1. Java Program to Reverse a Number
  2. Java Program to Reverse a String
  3. Java Program to find maximum element in an array
  4. Java Program to find minimum element in an array
  5. Java Program to find fibonacci series of a number using methods
  6. Java Program to Create a File
  7. Java Program to Rename a File
  8. Java Program to calculate Salary of an Employee
  9. Java Program to sort an array using Insertion Sort
  10. Java Program to find sum of array elements
  11. Java Program to find sum of array elements using methods
  12. Java Program to insert element to an array
  13. Java program to merge two arrays one after the other
  14. Java program to reverse ArrayList
  15. Java program to reverse array using Collections
  16. Java program to reverse array using for loop
  17. Java program to reverse array using temporary variable
  18. Java program to sort array using Collections reverseOrder method
  19. Java program to sort array using Sort method
  20. Java program to sort array using temporary variable
  21. Java program to sort string array in descending order using collections
  22. Java Program to add two binary numbers
  23. Java Program to reverse words in a given string
  24. Java Program to count digits and white spaces in a given string
  25. Java Program to check for Duplicate Characters
  26. Java Program to print all substrings of a given string
  27. Java Program to sort the given string Alphabetically
  28. Java Program to sort the given string Alphabetically using Comparator
  29. Java Program to sort the given string in reverse order using Comparator
  30. Java Program to add two matrices
  31. Java Program to subtract two matrices
  32. Java Program to multiply two matrices
  33. Python Program to swap two numbers using temporary variable
  34. Python Program to swap two numbers using xor
  35. Python Program to find swap two numbers without temp variable (Addition and Subtraction Method)
  36. Python Program to find swap two numbers without temp variable (Multiplication and Division Method)
  37. Python Program to find ASCII value of a character or digit
  38. Python Program to find ASCII value of a character or digit entered by the user
  39. Python Program to check whether a given number is an Armstrong Number or not
  40. Python Program to check whether a given number is an Armstrong Number or not using lambda and list
  41. Python Program to reverse an integer number
  42. Python Program to find sum of digits
  43. Python Program to convert kilometer to mile
  44. Python Program to find maximum element in an array
  45. Python Program to find sum of array elements using for
  46. Python Program to find sum of array elements using sum function
  47. Python Program to find fibonacci series
  48. Python Program to sort an array using Insertion Sort
  49. Python Program to check if a given number is Prime or not
  50. Python Program to find the square root of a given number
  51. Python Program to convert Celsius to Fahrenheit
  52. Python Program to convert Fahrenheit to Celsius
  53. Python Program to generate a random number within the given range
  54. C Program to print Hello World on the console
  55. C Program to initialize different datatypes and print the same on terminal
  56. C Program to show different formatting in output using printf
  57. C Program to convert a value into different formats using format specifiers
  58. C Program to find the sum of two integer numbers
  59. C Program to find the difference of two integer numbers
  60. C Program to find the product of two integer numbers
  61. C Program to find the division of two integer numbers
  62. C Program to perform arithmetic operations using floating point variables
  63. C Program to find distance between two straight lines
  64. C Program to find area of square
  65. C Program to find perimeter of square
  66. C Program to find area of rectangle
  67. C Program to find perimeter of rectangle
  68. C Program to find area of equilateral triangle
  69. C Program to find area of right angled triangle
  70. C Program to find area of scalene triangle
  71. C Program to find area of triangle given three sides of a triangle
  72. C Program to find area of circle
  73. C Program to find area and circumference of a circle using pre processor directives
  74. C Program to check if a triangle is Isosceles Equilateral or Scalene
  75. C Program to convert Celcius to Fahrenheit
  76. C Program to convert Fahrenheit to Celcius
  77. C Program to swap two variables using addition and subtraction without using temporary variable
  78. C Program to swap two variables using temporary variable
  79. C Program to swap two variables using multiply and division operation without using temporary variable
  80. C Program to swap two variables by shifting bits
  81. C Program to swap two variables by performing xor operation
  82. C Program to find odd or even using If Else statement
  83. C Program to check whether a given number is a Perfect Number or not
  84. C Program to find biggest of two numbers using Conditional Operator
  85. C Program to find biggest of two numbers using If Else statement
  86. C Program to find biggest of three numbers using If Else statement
  87. C Program to find biggest of three numbers using nested If Else statement
  88. C Program to find biggest of three numbers using Binary Minus
  89. C Program to find smallest of three numbers using Conditional Operator
  90. C Program to find smallest of three numbers using If Else statement
  91. C Program to find smallest of three numbers using nested If Else statement
  92. C Program to calculate grade based on percentage using If Else statement
  93. C Program to calculate grade based on percentage using switch statement
  94. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using if else ladder statement
  95. C Program to find roots of a quadratic equation using If Else statement
  96. C Program to identify a character or a digit using ASCII values
  97. C Program to identify a character digit or special character using Built In functions
  98. C Program to identify a character or a digit using Built In functions
  99. C Program to convert lower case alphabet to upper case and upper case to lower case using ASCII values
  100. C Program to print first n natural numbers using for loop
  101. C Program to print first n natural numbers using while loop
  102. C Program to print first n natural numbers using do while loop
  103. C Program to find the sum of first n natural numbers using for loop
  104. C Program to find the sum of first n natural numbers using while loop
  105. C Program to sum of n natural numbers using do while
  106. C Program to find the factorial of a given number
  107. C Program to find factorial of a number using functions
  108. C Program to find GCD and LCM of a given two number
  109. C Program to generate Fibonacci Series for first n natural numbers
  110. C Program to check whether a given integer number is palindrome or not
  111. C Program to print first n prime numbers
  112. C Program to print prime numbers within given range
  113. C Program to check if a number is prime number or not
  114. C Program to reverse a given integer number using while loop
  115. C Program to reverse an integer number using for
  116. C Program to reverse string using for
  117. C Program to reverse string using while
  118. C Program to reverse string using do while
  119. C Program to print random number
  120. C Program to print random number within range
  121. C Program to check anagram by checking frequency
  122. C Program to check anagram by sorting strings
  123. C Program to find area of Ellipse
  124. C Program to find area of Regular Polygon sides
  125. C Program to find area of Rhombus
  126. C Program to find area of Sector
  127. C Program to find area of Triangular Prism lateral surface
  128. C Program to find the area of a pentagon
  129. C Program to find area of trapezoid
  130. C Program to print hello world using ASCII
  131. C Program to find power of a number without inbuilt function
  132. C Program to find substring of a string
  133. C Program to swap two Strings
  134. C Program to search occurrence of character in String
  135. C Program to sort a set of strings alphabetically
  136. C Program to arrange a string alphabetically
  137. C Program to find length of a string using built in functions
  138. C Program to find length of a string without using built in functions
  139. C Program to find if a string is palindrome or not without built in functions
  140. C Program to compare two strings using built in functions
  141. C Program to compare two strings without using built in functions
  142. C Program to reverse a string without using built in function
  143. C Program to convert String to Integer value
  144. C Program to find Permutations nPr
  145. C Program to find Combinations nCr
  146. C Program to find sum and percentage of subjects
  147. C Program to find Sum of Digits of a given number Type 2
  148. C Program to concatenate two strings using built in functions
  149. C Program to concatenate two strings into a third string using built in functions
  150. C Program to concatenate two strings into a third string without using built in functions
  151. C Program to copy from source string to destination string using built in functions
  152. C Program to copy from source string to destination string without using built in functions
  153. C Program to find sum of two numbers using command line arguments
  154. C Program to find sum of two numbers using functions with returning the value
  155. C Program to find sum of two numbers using functions without returning the value
  156. C Program to print first n odd numbers
  157. C Program to print first n even numbers
  158. C Program to print n odd numbers within range
  159. C Program to print n even numbers within range
  160. C Program to print first n odd and even numbers Type 2
  161. C Program to find the sum of first n odd numbers using for loop
  162. C Program to print the sum of n odd numbers using while
  163. C Program to print the sum of n odd numbers using do while
  164. C Program to print the sum of n odd numbers within range using for
  165. C Program to print the sum of n odd numbers within range using while
  166. C Program to print the sum of n odd numbers within range using do while
  167. C Program to find the sum of first n even numbers using for loop
  168. C Program to print the sum of n even numbers within range using do while
  169. C Program to find the sum of first n odd and even numbers using for
  170. C Program to print the sum of n odd and even numbers using while
  171. C Program to print the sum of n odd and even numbers using do while
  172. C Program to print the sum of n odd and even numbers within range using for
  173. C Program to print the sum of n odd and even numbers within range using while
  174. C Program to print the sum of n odd and even numbers within range using do while
  175. C Program to convert binary to decimal number
  176. C Program to convert binary to hexadecimal number
  177. C Program to convert binary to octal number
  178. C Program to convert a decimal to binary number
  179. C Program to convert decimal to hexadecimal number
  180. C Program to convert a decimal to octal number
  181. C Program to convert octal to binary number
  182. C Program to convert an octal to decimal number
  183. C Program to convert octal to hexadecimal number
  184. C Program to convert Kilometers to miles
  185. C Program to convert kilometer to miles using preprocessor directive
  186. C Program to demonstrate calloc dynamic memory allocation
  187. C Program to demonstrate malloc dynamic memory allocation
  188. C Program to find maximum element in an array without sorting
  189. C Program to find minimum element in an array without sorting
  190. C Program to merge two arrays one after the other
  191. C Program to find the sum of array elements
  192. C Program to find sum of two arrays
  193. C Program to search a key element using Binary Search method
  194. C Program to search a key element using Binary Search using Functions
  195. C Program to search a key element using Linear Search method
  196. C Program to search a key element using Linear Search using Functions
  197. C Program to add two matrix
  198. C Program to subtract two matrix
  199. C Program to find sum of lower triangle matrix
  200. C Program to find sum of upper triangle matrix
  201. C Program to add principal diagonal elements in a matrix
  202. C Program to transpose a matrix
  203. C Program to check if the entered matrix is magic square or not
  204. C Program to implement basic operation of Stacks using global variables
  205. C Program to implement basic operation of Stacks using arrays and pointers
  206. C Program to implement basic operation of Stacks using structures
  207. C Program to implement Stacks using Singly Linked List
  208. C Program to implement Tower of Hanoi
  209. C Program to implement basic operations of Linear Queue using arrays and pointers
  210. C Program to implement basic operations of Circular Queue using arrays and pointers
  211. C Program to implement Priority Queues using array of structures
  212. C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
  213. C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
  214. 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
  215. 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
  216. 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
  217. C Program to sort an array using Bubble Sort
  218. C Program to implement 01 Knapsack problem
  219. C Program to implement 01 Knapsack problem using recursion
  220. C Program to implement Fractional Knapsack problem using Greedy Method
  221. C Program to implement Prim's Algorithm
  222. C Program to solve N Queens using greedy method
  223. C Program to implement Warshall's algorithm
  224. C Program to find square of a number using macro functions
  225. C Program to illustrate basic concept of pointers
  226. C Program to display value using star operator in pointers
  227. C Program to calculate size of a structure
  228. C Program to find string length using pointers
  229. C Program to find sum of array elements using pointers
  230. C Program to print an array in reverse direction using pointers
  231. C Program to add two complex numbers using structures
  232. C Program to demonstrate fgets
  233. C Program to demonstrate double pointer
  234. C Program to add matrices using pointer
  235. C Program to add matrices using function and pointer
  236. C Program to count vowels and consonents in a given sentence
  237. C Program to create union of structures of an employee and display the details
  238. C Program to print if the architecture is supporting big endian or little endian
  239. C Program to create a enum user defined datatype for days of a week and print the index of a week
  240. C Program to read a text file
  241. C Program to read and print contents of a file using static memory allocation
  242. C Program to read and print contents of a file using dynamic memory allocation
  243. C Program to convert contents of a file to upper case
  244. C Program to copy contents from file to another file
  245. C Program to create a child process using fork system call
  246. C Program to create a child process using fork system call and print PID and PPID of the processes
  247. C Program to print small alphabets in right angled triangle pattern in series
  248. C Program to print capital alphabets in right angled triangle pattern in series
  249. C Program to print number a Right angled Triangle pattern
  250. C Program to print first n natural numbers in a Right angled Triangle pattern
  251. C Program to print even numbers in a Right angled Triangle pattern
  252. C Program to print prime numbers in a Right angled Triangle pattern
  253. C Program to print binary numbers in a Right angled Triangle pattern
  254. C Program to print numbers in rows and columns of Quadrangle pattern
  255. C Program to print numbers in rows and columns of Quadrangle pattern in reverse order
  256. C Program to print Equilateral Triangle in a pyramid star pattern
  257. C++ Program to print Hello World
  258. C++ Program to initialize different datatypes and print the same on terminal
  259. C++ Program to find the sum of two integer numbers
  260. C++ Program to find the product of two integer numbers
  261. C++ Program to find the sum of two integer numbers using classes and objects
  262. C++ Program to show usage of classes and objects
  263. C++ Program to find biggest of two numbers
  264. C++ Program to find biggest of three numbers
  265. C++ Program to sort an array using Insertion Sort
  266. C++ Program to find biggest of two numbers using Inline Functions
  267. C++ Program to demonstrate sizeof operator
  268. C++ Program to demonstrate usage of reference types
  269. C++ Program to find sum of two numbers using pointer returning functions
  270. C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  271. C++ Program to demonstrate constructor overloading
  272. C++ Program to generate fibonacci series
  273. C++ Program to generate fibonacci series using class
  274. C++ Program to find factorial of a number without classes
  275. C++ Program to find factorial of a number using classes
  276. C++ Program to find factorial of a number using copy constructor
  277. C++ Program to demonstrate the use of address and value operator
  278. C# Program to print Hello World
  279. C# Program to add two numbers
  280. C# Program to subtract two numbers
  281. C# Program to multiply two numbers
  282. C# Program to divide two numbers
  283. C# Program to calculate area of pentagon
  284. C# Program to sort an array using Insertion Sort
  285. C# program to find Area of Circle
  286. C# program to find Area of Equilateral Triangle
  287. C# program to find Area of Isoceles Triangle
  288. Rust Program to print Hello World
  289. GO Lang Program to print Hello World
  290. JavaScript Program to display the date
  291. JavaScript Program to display an alert box
  292. PHP Program to print Hello World
  293. PHP Program to print Hello World using echo
  294. PHP Program to print Hello World in html tag
  295. PHP Program to print Hello World using print
  296. Ruby Program to display Hello World using Class
  297. Ruby Program to find odd or even number
  298. R Program to print Hello World on Console
  299. R Program to get input from user and print on Console
  300. Shell Script to print Fibonacci series
  301. Shell Script to find factorial of a number
  302. Shell Script to find sum of n numbers
  303. Shell Script to find biggest of three numbers using command line arguments
  304. Shell Script to find biggest of three numbers using nested if
  305. Haskell Program to convert string to upper case
  306. Julia Program to print Hello World
  307. Julia Program to print ASCII Values
  308. Kotlin Program to print Hello World
  309. Kotlin Program to demonstrate ArrayList
  310. Lua Program to print Hello World
  311. Lua Program to add two numbers
  312. Lua Program to subtract two numbers
  313. Lua Program to multiply two numbers
  314. F# program to print Hello World
  315. First Java Program
  316. Strings in Python
  317. File Handling in Python
  318. Introduction to Lua
  319. Passage 3
  320. Passage 4
  321. Passage 7
  322. Passage 9
  323. Passage 11
  324. Passage 13
  325. Passage 14
  326. Passage 16
  327. Passage 19
  328. Passage 20
  329. Passage 23
  330. Passage 25
  331. Passage 26
  332. Passage 27
  333. Passage 29
  334. Passage 32
  335. Passage 35
  336. Passage 36
  337. Passage 38
  338. Passage 42
  339. Passage 44
  340. Passage 45
  341. Passage 46
  342. Passage 50
  343. Passage 53
  344. Passage 54
  345. Passage 56
  346. Passage 59
  347. Passage 61
  348. Passage 62
  349. Passage 64
  350. Passage 68
  351. Passage 69
  352. Passage 71
  353. Passage 72
  354. Passage 76
  355. Passage 77
  356. Passage 78
  357. Passage 81
  358. Passage 83
  359. Passage 84
  360. Passage 87
  361. Passage 90
  362. Passage 91
  363. Passage 92
  364. Passage 93
  365. Passage 94
  366. Passage 103
  367. Passage 106
  368. Passage 109
  369. Passage 111
  370. Passage 112
  371. Passage 114
  372. Passage 119
  373. Passage 120
  374. Passage 121
  375. Passage 123
  376. Passage 124
  377. Passage 125
  378. Passage 126
  379. Passage 129
  380. Passage 131
  381. Passage 132
  382. Passage 135
  383. Passage 136
  384. Passage 138
  385. Passage 140
  386. Passage 143
  387. Passage 146
  388. Passage 148
  389. Passage 153
  390. Passage 155
  391. Passage 157
  392. Passage 163
  393. Passage 166
  394. Passage 167
  395. Passage 169
  396. Passage 172
  397. Passage 173
  398. Passage 175
  399. Passage 181
  400. Passage 183
  401. Passage 186
  402. Passage 189
  403. Passage 190
  404. Passage 193
  405. Passage 194
  406. Passage 197
  407. Passage 199
  408. Passage 201
  409. Passage 203
  410. Passage 204
  411. Passage 213
  412. Passage 214
  413. Passage 215
  414. Passage 219
  415. Passage 222
  416. Passage 223
  417. Passage 225
  418. Passage 227
  419. Passage 229
  420. Passage 230
  421. Passage 232
  422. Passage 233
  423. Passage 234
  424. Passage 236
  425. Passage 242
  426. Passage 248
  427. Passage 253
  428. Passage 254
  429. Passage 259
  430. Passage 262
  431. Passage 265
  432. Passage 266
  433. Passage 268
  434. Passage 273
  435. Passage 277
  436. Passage 279
  437. Passage 281
  438. Passage 285
  439. Passage 287
  440. Passage 290
  441. Passage 293
  442. Passage 296
  443. Passage 299
  444. Question 1
  445. Question 2
  446. Question 3
  447. Question 4
  448. Question 5
  449. Question 6
  450. Question 7
  451. Question 8
  452. Question 9
  453. Question 10
  454. Question 11
  455. Question 12
  456. Question 13
  457. Question 14
  458. Question 15
  459. Question 16
  460. Question 17
  461. Question 18
  462. Question 19
  463. Question 20
  464. Question 21
  465. Question 22
  466. Question 23
  467. Question 24
  468. Question 25
  469. Question 26
  470. Question 27
  471. Question 28
  472. Question 29
  473. Question 30
  474. Question 31
  475. Question 32
  476. Question 33
  477. Question 34
  478. Question 35
  479. Question 36
  480. Question 37
  481. Question 38
  482. Question 39
  483. Question 40
  484. Question 41
  485. Question 42
  486. Question 43
  487. Question 44
  488. Question 45
  489. Question 46
  490. Question 47
  491. Question 48
  492. Sri Kukke Subrahmanya Temple (Subramanya)
  493. Manjunatha Swamy Temple (Dharmasthala)
  494. Shree Mahaganapathi Temple (Southadka)
  495. Shri Vinayaka Temple (Aane Gudde - Kumbashi)
  496. Shri Idagunji Maha Ganapati Temple (Idagunji)
  497. Mookambika Temple (Kollur)
  498. Sharadamba Temple (Sringeri)
  499. Annapooreshwari Temple (Horanadu)
  500. Durga Parameshwari Temple (Kateel)
  501. Shri Brahmi Durgaparameshwari Temple (Kamalashile)
  502. Mahabaleshwar Temple (Gokarna)
  503. Shri Rajarajeshwari Temple (Polali)
  504. Shri Shankaranarayana Temple (Shankaranarayana)
  505. Guru Narasimha Temple (Saligrama)
  506. Shri Shishileshwara Temple (Shishila)
  507. Shri Vaidyanatheshwara Temple (Kokkada)
  508. Shri Rishyasringeshwara Temple (Kigga)
  509. Annapoorneshwari Temple (Hosanadu Kodyadka)
  510. Kalaseshwara Temple (Kalasa)
  511. Guli Guli Shankareshwara Swamy Temple (Shimoga)
  512. Sri Vinayaka Temple (Guddattu)