Results for "printf"

Total results: 299

  1. Java Program to add two matrices
  2. Java Program to subtract two matrices
  3. Java Program to multiply two matrices
  4. C Program to print Hello World on the console
  5. C Program to initialize different datatypes and print the same on terminal
  6. C Program to show different formatting in output using printf
  7. C Program to convert a value into different formats using format specifiers
  8. C Program to find the sum of two integer numbers
  9. C Program to find the difference of two integer numbers
  10. C Program to find the product of two integer numbers
  11. C Program to find the division of two integer numbers
  12. C Program to perform arithmetic operations using floating point variables
  13. C Program to find distance between two straight lines
  14. C Program to find area of square
  15. C Program to find perimeter of square
  16. C Program to find area of rectangle
  17. C Program to find perimeter of rectangle
  18. C Program to find area of equilateral triangle
  19. C Program to find area of right angled triangle
  20. C Program to find area of scalene triangle
  21. C Program to find area of triangle given three sides of a triangle
  22. C Program to find area of circle
  23. C Program to find area and circumference of a circle using pre processor directives
  24. C Program to check if a triangle is Isosceles Equilateral or Scalene
  25. C Program to convert Celcius to Fahrenheit
  26. C Program to convert Fahrenheit to Celcius
  27. C Program to swap two variables using addition and subtraction without using temporary variable
  28. C Program to swap two variables using temporary variable
  29. C Program to swap two variables using multiply and division operation without using temporary variable
  30. C Program to swap two variables by shifting bits
  31. C Program to swap two variables by performing xor operation
  32. C Program to calculate Simple Interest
  33. C Program to calculate Compound Interest
  34. C Program to find profit or loss
  35. C Program to find positive negative or zero using Conditional Operator
  36. C Program to find positive negative or zero using If Else statement
  37. C Program to find odd or even using Conditional Operator
  38. C Program to find odd or even using If Else statement
  39. C Program to find odd or even using goto statement
  40. C Program to check whether a given year is a leap year or not
  41. C Program to check whether a given number is a Perfect Number or not
  42. C Program to check whether a given number is an Armstrong Number or not
  43. C Program to generate Armstrong number within a given range
  44. C Program to check whether a given number is an Armstrong Number or not using user defined power function
  45. C Program to check whether a given number is an Armstrong Number or not using in built power function
  46. C Program to find biggest of two numbers using Conditional Operator
  47. C Program to find biggest of two numbers using If Else statement
  48. C Program to find biggest of three numbers using Conditional Operator
  49. C Program to find biggest of three numbers using If Else statement
  50. C Program to find biggest of three numbers using nested If Else statement
  51. C Program to find biggest of three numbers using Binary Minus
  52. C Program to find smallest of three numbers using Conditional Operator
  53. C Program to find smallest of three numbers using If Else statement
  54. C Program to find smallest of three numbers using nested If Else statement
  55. C Program to calculate grade based on percentage using If Else statement
  56. C Program to calculate grade based on percentage using switch statement
  57. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using if else ladder statement
  58. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  59. C Program to find roots of a quadratic equation using If Else statement
  60. C Program to find area of triangle square circle or rectangle using switch statement
  61. C Program to demonstrate the use of sizeof operator
  62. C Program to identify a character or a digit using ASCII values
  63. C Program to identify a character digit or special character using Built In functions
  64. C Program to identify a character or a digit using Built In functions
  65. C Program to convert lower case alphabet to upper case and upper case to lower case using ASCII values
  66. C Program to convert lower case alphabet to upper case and upper case to lower case using Built In functions
  67. C Program to print first n natural numbers using for loop
  68. C Program to print first n natural numbers using while loop
  69. C Program to print first n natural numbers using do while loop
  70. C Program to find the sum of first n natural numbers using for loop
  71. C Program to find the sum of first n natural numbers using while loop
  72. C Program to sum of n natural numbers using do while
  73. C Program to find the factorial of a given number
  74. C Program to find factorial of a number using functions
  75. C Program to find GCD and LCM of a given two number
  76. C Program to generate Fibonacci Series for first n natural numbers
  77. C Program to check whether a given integer number is palindrome or not
  78. C Program to print first n prime numbers
  79. C Program to print prime numbers within given range
  80. C Program to check if a number is prime number or not
  81. C Program to reverse a given integer number using while loop
  82. C Program to reverse a given integer number using while loop using functions
  83. C Program to reverse an integer number using for
  84. C Program to reverse an integer number using do while
  85. C Program to reverse string using for
  86. C Program to reverse string using while
  87. C Program to reverse string using do while
  88. C Program to print random number
  89. C Program to print random number within range
  90. C Program to check anagram by checking frequency
  91. C Program to check anagram by sorting strings
  92. C Program to find area of Ellipse
  93. C Program to find area of Regular Polygon sides
  94. C Program to find area of Rhombus
  95. C Program to find area of Sector
  96. C Program to find area of Triangular Prism lateral surface
  97. C Program to find the area of a pentagon
  98. C Program to find area of trapezoid
  99. C Program to print hello world using ASCII
  100. C Program to find power of a number without inbuilt function
  101. C Program to find substring of a string
  102. C Program to swap two Strings
  103. C Program to search occurrence of character in String
  104. C Program to sort a set of strings alphabetically
  105. C Program to arrange a string alphabetically
  106. C Program to find length of a string using built in functions
  107. C Program to find length of a string without using built in functions
  108. C Program to find if a string is palindrome or not without built in functions
  109. C Program to compare two strings using built in functions
  110. C Program to compare two strings without using built in functions
  111. C Program to reverse a string without using built in function
  112. C Program to convert String to Integer value
  113. C Program to find Permutations nPr
  114. C Program to find Combinations nCr
  115. C Program to find sum and percentage of subjects
  116. C Program to find Sum of Digits of a given number Type 1
  117. C Program to find Sum of Digits of a given number Type 2
  118. C Program to concatenate two strings using built in functions
  119. C Program to concatenate two strings into a third string using built in functions
  120. C Program to concatenate two strings into a third string without using built in functions
  121. C Program to copy from source string to destination string using built in functions
  122. C Program to copy from source string to destination string without using built in functions
  123. C Program to find sum of two numbers using command line arguments
  124. C Program to find sum of two numbers using functions with returning the value
  125. C Program to find sum of two numbers using functions without returning the value
  126. C Program to print first n odd numbers
  127. C Program to print first n even numbers
  128. C Program to print n odd numbers within range
  129. C Program to print n even numbers within range
  130. C Program to print first n odd and even numbers Type 1
  131. C Program to print first n odd and even numbers Type 2
  132. C Program to find the sum of first n odd numbers using for loop
  133. C Program to print the sum of n odd numbers using while
  134. C Program to print the sum of n odd numbers using do while
  135. C Program to print the sum of n odd numbers within range using for
  136. C Program to print the sum of n odd numbers within range using while
  137. C Program to print the sum of n odd numbers within range using do while
  138. C Program to find the sum of first n even numbers using for loop
  139. C Program to print the sum of n even numbers using while
  140. C Program to print the sum of n even numbers using do while
  141. C Program to print the sum of n even numbers within range using for
  142. C Program to print the sum of n even numbers within range using while
  143. C Program to print the sum of n even numbers within range using do while
  144. C Program to find the sum of first n odd and even numbers using for
  145. C Program to print the sum of n odd and even numbers using while
  146. C Program to print the sum of n odd and even numbers using do while
  147. C Program to print the sum of n odd and even numbers within range using for
  148. C Program to print the sum of n odd and even numbers within range using while
  149. C Program to print the sum of n odd and even numbers within range using do while
  150. C Program to convert binary to decimal number
  151. C Program to convert binary to hexadecimal number
  152. C Program to convert binary to octal number
  153. C Program to convert a decimal to binary number
  154. C Program to convert decimal to hexadecimal number
  155. C Program to convert a decimal to octal number
  156. C Program to convert octal to binary number
  157. C Program to convert an octal to decimal number
  158. C Program to convert octal to hexadecimal number
  159. C Program to convert Kilometers to miles
  160. C Program to convert kilometer to miles using preprocessor directive
  161. C Program to demonstrate calloc dynamic memory allocation
  162. C Program to demonstrate malloc dynamic memory allocation
  163. C Program to demonstrate malloc memset
  164. C Program to initialize array of strings and print on the terminal
  165. C Program to insert an element into specified location of an array
  166. C Program to delete an element from a specified location of an array
  167. C Program to delete duplicate elements from an array
  168. C Program to copy contents of one array to another
  169. C Program to find maximum element in an array without sorting
  170. C Program to find minimum element in an array without sorting
  171. C Program to merge two arrays one after the other
  172. C Program to find the sum of array elements
  173. C Program to find sum of two arrays
  174. C Program to search a key element using Binary Search method
  175. C Program to search a key element using Binary Search using Functions
  176. C Program to search a key element using Linear Search method
  177. C Program to search a key element using Linear Search using Functions
  178. C Program to add two matrix
  179. C Program to subtract two matrix
  180. C Program to find sum of lower triangle matrix
  181. C Program to find sum of upper triangle matrix
  182. C Program to add principal diagonal elements in a matrix
  183. C Program to transpose a matrix
  184. C Program to check if the entered matrix is magic square or not
  185. C Program to implement basic operation of Stacks using global variables
  186. C Program to implement basic operation of Stacks using arrays and pointers
  187. C Program to implement basic operation of Stacks using structures
  188. C Program to implement Stacks using Singly Linked List
  189. C Program to implement Stacks using Circular Linked List
  190. C Program to convert a valid Infix expression to postfix using Stacks
  191. C Program to convert a valid Infix expression to postfix using Structures
  192. C Program to evaluate a valid Postfix expression using Stacks
  193. C Program to find sum of n natural numbers using recursion
  194. C Program to find the factorial of a given number using recursion
  195. C Program to generate fibonacci series using recursion
  196. C Program to find nth fibonacci number using recursion
  197. C Program to search a key element using linear search using recursion
  198. C Program to search a key element using binary search using recursion
  199. C Program to implement Tower of Hanoi
  200. C Program to implement basic operations of Linear Queue using arrays and pointers
  201. C Program to implement basic operations of Circular Queue using arrays and pointers
  202. C Program to implement Priority Queues using array of structures
  203. C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
  204. C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
  205. 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
  206. 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
  207. 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
  208. 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
  209. C Program to implement Linear Queue using Singly Linked List
  210. C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List
  211. C Program to implement Circular Linked List to insert and delete a node from rear and display the contents of the Circular List
  212. 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
  213. C Program to implement Doubly Linked List to insert and delete a node from front and display the contents of the Doubly Linked List
  214. C Program to implement Doubly Linked List to insert and delete a node from rear and display the contents of the Doubly Linked List
  215. C Program to reverse a digit using recursion
  216. C Program to print prime numbers within a range using recursion
  217. C Program to check prime numbers using recursion
  218. C Program to sort an array using Bubble Sort
  219. C Program to sort an array using Bubble Sort using functions
  220. C Program to sort an array using Selection Sort
  221. C Program to sort an array using Insertion Sort
  222. C Program to sort an array using Insertion Sort using functions
  223. C Program to sort an array using Merge Sort
  224. C Program to sort an array using Shell Sort
  225. C Program to implement 01 Knapsack problem
  226. C Program to implement 01 Knapsack problem using recursion
  227. C Program to implement Fractional Knapsack problem using Greedy Method
  228. C Program to implement Prim's Algorithm
  229. C Program to solve N Queens using greedy method
  230. C Program to implement Warshall's algorithm
  231. C Program to find square of a number using macro functions
  232. C Program to illustrate basic concept of pointers
  233. C Program to display value using star operator in pointers
  234. C Program to calculate size of a structure
  235. C Program to find string length using pointers
  236. C Program to find sum of array elements using pointers
  237. C Program to print an array in reverse direction using pointers
  238. C Program to add two complex numbers using structures
  239. C Program to demonstrate fgets
  240. C Program to demonstrate double pointer
  241. C Program to add matrices using pointer
  242. C Program to add matrices using function and pointer
  243. C Program to count vowels and consonents in a given sentence
  244. C Program to create union of structures of an employee and display the details
  245. C Program to print if the architecture is supporting big endian or little endian
  246. C Program to create a enum user defined datatype for days of a week and print the index of a week
  247. C Program to read a text file
  248. C Program to read and print contents of a file using static memory allocation
  249. C Program to read and print contents of a file using dynamic memory allocation
  250. C Program to convert contents of a file to upper case
  251. C Program to copy contents from file to another file
  252. C Program to create a child process using fork system call
  253. C Program to create a child process using fork system call and print PID and PPID of the processes
  254. C Program to print small alphabets in right angled triangle pattern in series
  255. C Program to print capital alphabets in right angled triangle pattern in series
  256. C Program to print number a Right angled Triangle pattern
  257. C Program to print first n natural numbers in a Right angled Triangle pattern
  258. C Program to print even numbers in a Right angled Triangle pattern
  259. C Program to print prime numbers in a Right angled Triangle pattern
  260. C Program to print binary numbers in a Right angled Triangle pattern
  261. C Program to print numbers in rows and columns of Quadrangle pattern
  262. C Program to print numbers in rows and columns of Quadrangle pattern in reverse order
  263. C Program to print Equilateral Triangle in a pyramid star pattern
  264. C Program to print Inverted Equilateral Triangle in a pyramid star pattern
  265. C Program to print Right angled Triangle in a pyramid star pattern Type 1
  266. C Program to print Right angled Triangle in a pyramid star pattern Type 2
  267. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 1
  268. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 2
  269. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 1
  270. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 2
  271. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 1
  272. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 2
  273. C Program to print Rhombus in a star pattern
  274. C Program to print Hollow Rhombus in a star pattern Type 1
  275. C Program to print Hollow Rhombus in a star pattern Type 2
  276. C Program to print Solid Square in a star pattern
  277. C Program to print Solid Rectangle in a star pattern
  278. C Program to print Hollow Square in a star pattern
  279. C Program to print Hollow Rectangle in a star pattern
  280. C Program to print Left Arrow in a star pattern Type 1
  281. C Program to print Left Arrow in a star pattern Type 2
  282. C Program to print Right Arrow in a star pattern Type 1
  283. C Program to print Right Arrow in a star pattern Type 2
  284. C Program to print Half Left Diamond in a star pattern
  285. C Program to print Half Right Diamond in a star pattern
  286. C Program to print Alphabet K in a star pattern
  287. C Program to print Alphabet X in a star pattern
  288. C Program to print Symbol Plus in a star pattern
  289. C Program to create Floyds triangle
  290. C Program to print Pascal triangle
  291. C Program to display the same source code on terminal
  292. C++ Program to sort an array using Insertion Sort
  293. C# program to print first n Natural Numbers
  294. C# program to print Floyds Triangle
  295. Rust Program to print first 10 natural numbers using for loop
  296. Shell Script for simple calculator to perform addition subtraction multiplication and division based on command line arguments
  297. Haskell Program to print Fibonacci series
  298. Haskell Program to print factorial of a number
  299. F# program to print Hello World