Results for "printf Function"

Total results: 473

  1. Java Program to find area of circle
  2. Java Program to find perimeter of circle
  3. Java Program to read information about a student from the user and display the same with the use of classes and objects
  4. Java Program to find fibonacci series of a number using methods
  5. Java Program example to demonstrate String charAt method
  6. Java Program to count the occurrence of a number
  7. Java Program for Stack Simulation
  8. Java Program to create a user defined LinkedList class and store list of books and display
  9. Java Program to calculate Student Average of a Class using User defined Storage Classes
  10. Java program to concatenate two arrays using Stream API
  11. Java program to sort array using Sort method
  12. Java Program to add two binary numbers using ParseInt
  13. Java Program to add two matrices
  14. Java Program to subtract two matrices
  15. Java Program to multiply two matrices
  16. Python Program to print Hello World
  17. Python Program to initialize different datatypes and print
  18. Python Program to print different formats of string
  19. Python Program to find sum of two integer numbers
  20. Python Program to find difference of two integer numbers
  21. Python Program to find product of two integer numbers
  22. Python Program to find division of two integer numbers
  23. Python Program to find biggest of two integer numbers
  24. Python Program to find biggest of three numbers
  25. Python Program to find area of square
  26. Python Program to find area of rectangle
  27. Python Program to find area of circle
  28. Python Program to find area of triangle
  29. Python Program to find ASCII value of a character or digit
  30. Python Program to check whether a given number is an Armstrong Number or not using lambda and list
  31. Python Program to find sum of array elements using sum function
  32. Python Program to find fibonacci series
  33. Python Program to sort an array using Insertion Sort
  34. Python Program to find the square root of a given number
  35. Python Program to generate a random number within the given range
  36. C Program to print Hello World on the console
  37. C Program to initialize different datatypes and print the same on terminal
  38. C Program to show different formatting in output using printf
  39. C Program to convert a value into different formats using format specifiers
  40. C Program to find the sum of two integer numbers
  41. C Program to find the difference of two integer numbers
  42. C Program to find the product of two integer numbers
  43. C Program to find the division of two integer numbers
  44. C Program to perform arithmetic operations using floating point variables
  45. C Program to find distance between two straight lines
  46. C Program to find area of square
  47. C Program to find perimeter of square
  48. C Program to find area of rectangle
  49. C Program to find perimeter of rectangle
  50. C Program to find area of equilateral triangle
  51. C Program to find area of right angled triangle
  52. C Program to find area of scalene triangle
  53. C Program to find area of triangle given three sides of a triangle
  54. C Program to find area of circle
  55. C Program to find area and circumference of a circle using pre processor directives
  56. C Program to check if a triangle is Isosceles Equilateral or Scalene
  57. C Program to convert Celcius to Fahrenheit
  58. C Program to convert Fahrenheit to Celcius
  59. C Program to swap two variables using addition and subtraction without using temporary variable
  60. C Program to swap two variables using temporary variable
  61. C Program to swap two variables using multiply and division operation without using temporary variable
  62. C Program to swap two variables by shifting bits
  63. C Program to swap two variables by performing xor operation
  64. C Program to calculate Simple Interest
  65. C Program to calculate Compound Interest
  66. C Program to find profit or loss
  67. C Program to find positive negative or zero using Conditional Operator
  68. C Program to find positive negative or zero using If Else statement
  69. C Program to find odd or even using Conditional Operator
  70. C Program to find odd or even using If Else statement
  71. C Program to find odd or even using goto statement
  72. C Program to check whether a given year is a leap year or not
  73. C Program to check whether a given number is a Perfect Number or not
  74. C Program to check whether a given number is an Armstrong Number or not
  75. C Program to generate Armstrong number within a given range
  76. C Program to check whether a given number is an Armstrong Number or not using user defined power function
  77. C Program to check whether a given number is an Armstrong Number or not using in built power function
  78. C Program to find biggest of two numbers using Conditional Operator
  79. C Program to find biggest of two numbers using If Else statement
  80. C Program to find biggest of three numbers using Conditional Operator
  81. C Program to find biggest of three numbers using If Else statement
  82. C Program to find biggest of three numbers using nested If Else statement
  83. C Program to find biggest of three numbers using Binary Minus
  84. C Program to find smallest of three numbers using Conditional Operator
  85. C Program to find smallest of three numbers using If Else statement
  86. C Program to find smallest of three numbers using nested If Else statement
  87. C Program to calculate grade based on percentage using If Else statement
  88. C Program to calculate grade based on percentage using switch statement
  89. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using if else ladder statement
  90. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  91. C Program to find roots of a quadratic equation using If Else statement
  92. C Program to find area of triangle square circle or rectangle using switch statement
  93. C Program to demonstrate the use of sizeof operator
  94. C Program to identify a character or a digit using ASCII values
  95. C Program to identify a character digit or special character using Built In functions
  96. C Program to identify a character or a digit using Built In functions
  97. C Program to convert lower case alphabet to upper case and upper case to lower case using ASCII values
  98. C Program to convert lower case alphabet to upper case and upper case to lower case using Built In functions
  99. C Program to print first n natural numbers using for loop
  100. C Program to print first n natural numbers using while loop
  101. C Program to print first n natural numbers using do while loop
  102. C Program to find the sum of first n natural numbers using for loop
  103. C Program to find the sum of first n natural numbers using while loop
  104. C Program to sum of n natural numbers using do while
  105. C Program to find the factorial of a given number
  106. C Program to find factorial of a number using functions
  107. C Program to find GCD and LCM of a given two number
  108. C Program to generate Fibonacci Series for first n natural numbers
  109. C Program to check whether a given integer number is palindrome or not
  110. C Program to print first n prime numbers
  111. C Program to print prime numbers within given range
  112. C Program to check if a number is prime number or not
  113. C Program to reverse a given integer number using while loop
  114. C Program to reverse a given integer number using while loop using functions
  115. C Program to reverse an integer number using for
  116. C Program to reverse an integer number using do while
  117. C Program to reverse string using for
  118. C Program to reverse string using while
  119. C Program to reverse string using do while
  120. C Program to print random number
  121. C Program to print random number within range
  122. C Program to check anagram by checking frequency
  123. C Program to check anagram by sorting strings
  124. C Program to find area of Ellipse
  125. C Program to find area of Regular Polygon sides
  126. C Program to find area of Rhombus
  127. C Program to find area of Sector
  128. C Program to find area of Triangular Prism lateral surface
  129. C Program to find the area of a pentagon
  130. C Program to find area of trapezoid
  131. C Program to print hello world using ASCII
  132. C Program to find power of a number without inbuilt function
  133. C Program to find substring of a string
  134. C Program to swap two Strings
  135. C Program to search occurrence of character in String
  136. C Program to sort a set of strings alphabetically
  137. C Program to arrange a string alphabetically
  138. C Program to find length of a string using built in functions
  139. C Program to find length of a string without using built in functions
  140. C Program to find if a string is palindrome or not without built in functions
  141. C Program to compare two strings using built in functions
  142. C Program to compare two strings without using built in functions
  143. C Program to reverse a string without using built in function
  144. C Program to convert String to Integer value
  145. C Program to find Permutations nPr
  146. C Program to find Combinations nCr
  147. C Program to find sum and percentage of subjects
  148. C Program to find Sum of Digits of a given number Type 1
  149. C Program to find Sum of Digits of a given number Type 2
  150. C Program to concatenate two strings using built in functions
  151. C Program to concatenate two strings into a third string using built in functions
  152. C Program to concatenate two strings into a third string without using built in functions
  153. C Program to copy from source string to destination string using built in functions
  154. C Program to copy from source string to destination string without using built in functions
  155. C Program to find sum of two numbers using command line arguments
  156. C Program to find sum of two numbers using functions with returning the value
  157. C Program to find sum of two numbers using functions without returning the value
  158. C Program to print first n odd numbers
  159. C Program to print first n even numbers
  160. C Program to print n odd numbers within range
  161. C Program to print n even numbers within range
  162. C Program to print first n odd and even numbers Type 1
  163. C Program to print first n odd and even numbers Type 2
  164. C Program to find the sum of first n odd numbers using for loop
  165. C Program to print the sum of n odd numbers using while
  166. C Program to print the sum of n odd numbers using do while
  167. C Program to print the sum of n odd numbers within range using for
  168. C Program to print the sum of n odd numbers within range using while
  169. C Program to print the sum of n odd numbers within range using do while
  170. C Program to find the sum of first n even numbers using for loop
  171. C Program to print the sum of n even numbers using while
  172. C Program to print the sum of n even numbers using do while
  173. C Program to print the sum of n even numbers within range using for
  174. C Program to print the sum of n even numbers within range using while
  175. C Program to print the sum of n even numbers within range using do while
  176. C Program to find the sum of first n odd and even numbers using for
  177. C Program to print the sum of n odd and even numbers using while
  178. C Program to print the sum of n odd and even numbers using do while
  179. C Program to print the sum of n odd and even numbers within range using for
  180. C Program to print the sum of n odd and even numbers within range using while
  181. C Program to print the sum of n odd and even numbers within range using do while
  182. C Program to convert binary to decimal number
  183. C Program to convert binary to hexadecimal number
  184. C Program to convert binary to octal number
  185. C Program to convert a decimal to binary number
  186. C Program to convert decimal to hexadecimal number
  187. C Program to convert a decimal to octal number
  188. C Program to convert octal to binary number
  189. C Program to convert an octal to decimal number
  190. C Program to convert octal to hexadecimal number
  191. C Program to convert Kilometers to miles
  192. C Program to convert kilometer to miles using preprocessor directive
  193. C Program to demonstrate calloc dynamic memory allocation
  194. C Program to demonstrate malloc dynamic memory allocation
  195. C Program to demonstrate malloc memset
  196. C Program to initialize array of strings and print on the terminal
  197. C Program to insert an element into specified location of an array
  198. C Program to delete an element from a specified location of an array
  199. C Program to delete duplicate elements from an array
  200. C Program to copy contents of one array to another
  201. C Program to find maximum element in an array without sorting
  202. C Program to find minimum element in an array without sorting
  203. C Program to merge two arrays one after the other
  204. C Program to find the sum of array elements
  205. C Program to find sum of two arrays
  206. C Program to search a key element using Binary Search method
  207. C Program to search a key element using Binary Search using Functions
  208. C Program to search a key element using Linear Search method
  209. C Program to search a key element using Linear Search using Functions
  210. C Program to add two matrix
  211. C Program to subtract two matrix
  212. C Program to find sum of lower triangle matrix
  213. C Program to find sum of upper triangle matrix
  214. C Program to add principal diagonal elements in a matrix
  215. C Program to transpose a matrix
  216. C Program to check if the entered matrix is magic square or not
  217. C Program to implement basic operation of Stacks using global variables
  218. C Program to implement basic operation of Stacks using arrays and pointers
  219. C Program to implement basic operation of Stacks using structures
  220. C Program to implement Stacks using Singly Linked List
  221. C Program to implement Stacks using Circular Linked List
  222. C Program to convert a valid Infix expression to postfix using Stacks
  223. C Program to convert a valid Infix expression to postfix using Structures
  224. C Program to evaluate a valid Postfix expression using Stacks
  225. C Program to find sum of n natural numbers using recursion
  226. C Program to find the factorial of a given number using recursion
  227. C Program to generate fibonacci series using recursion
  228. C Program to find nth fibonacci number using recursion
  229. C Program to search a key element using linear search using recursion
  230. C Program to search a key element using binary search using recursion
  231. C Program to implement Tower of Hanoi
  232. C Program to implement basic operations of Linear Queue using arrays and pointers
  233. C Program to implement basic operations of Circular Queue using arrays and pointers
  234. C Program to implement Priority Queues using array of structures
  235. C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
  236. C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
  237. 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
  238. 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
  239. 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
  240. 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
  241. C Program to implement Linear Queue using Singly Linked List
  242. C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List
  243. C Program to implement Circular Linked List to insert and delete a node from rear and display the contents of the Circular List
  244. 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
  245. C Program to implement Doubly Linked List to insert and delete a node from front and display the contents of the Doubly Linked List
  246. C Program to implement Doubly Linked List to insert and delete a node from rear and display the contents of the Doubly Linked List
  247. C Program to reverse a digit using recursion
  248. C Program to print prime numbers within a range using recursion
  249. C Program to check prime numbers using recursion
  250. C Program to sort an array using Bubble Sort
  251. C Program to sort an array using Bubble Sort using functions
  252. C Program to sort an array using Selection Sort
  253. C Program to sort an array using Insertion Sort
  254. C Program to sort an array using Insertion Sort using functions
  255. C Program to sort an array using Merge Sort
  256. C Program to sort an array using Shell Sort
  257. C Program to implement 01 Knapsack problem
  258. C Program to implement 01 Knapsack problem using recursion
  259. C Program to implement Fractional Knapsack problem using Greedy Method
  260. C Program to implement Prim's Algorithm
  261. C Program to solve N Queens using greedy method
  262. C Program to implement Warshall's algorithm
  263. C Program to find square of a number using macro functions
  264. C Program to illustrate basic concept of pointers
  265. C Program to display value using star operator in pointers
  266. C Program to calculate size of a structure
  267. C Program to find string length using pointers
  268. C Program to find sum of array elements using pointers
  269. C Program to print an array in reverse direction using pointers
  270. C Program to add two complex numbers using structures
  271. C Program to demonstrate fgets
  272. C Program to demonstrate double pointer
  273. C Program to add matrices using pointer
  274. C Program to add matrices using function and pointer
  275. C Program to count vowels and consonents in a given sentence
  276. C Program to create union of structures of an employee and display the details
  277. C Program to print if the architecture is supporting big endian or little endian
  278. C Program to create a enum user defined datatype for days of a week and print the index of a week
  279. C Program to read a text file
  280. C Program to read and print contents of a file using static memory allocation
  281. C Program to read and print contents of a file using dynamic memory allocation
  282. C Program to convert contents of a file to upper case
  283. C Program to copy contents from file to another file
  284. C Program to create a child process using fork system call
  285. C Program to create a child process using fork system call and print PID and PPID of the processes
  286. C Program to print small alphabets in right angled triangle pattern in series
  287. C Program to print capital alphabets in right angled triangle pattern in series
  288. C Program to print number a Right angled Triangle pattern
  289. C Program to print first n natural numbers in a Right angled Triangle pattern
  290. C Program to print even numbers in a Right angled Triangle pattern
  291. C Program to print prime numbers in a Right angled Triangle pattern
  292. C Program to print binary numbers in a Right angled Triangle pattern
  293. C Program to print numbers in rows and columns of Quadrangle pattern
  294. C Program to print numbers in rows and columns of Quadrangle pattern in reverse order
  295. C Program to print Equilateral Triangle in a pyramid star pattern
  296. C Program to print Inverted Equilateral Triangle in a pyramid star pattern
  297. C Program to print Right angled Triangle in a pyramid star pattern Type 1
  298. C Program to print Right angled Triangle in a pyramid star pattern Type 2
  299. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 1
  300. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 2
  301. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 1
  302. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 2
  303. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 1
  304. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 2
  305. C Program to print Rhombus in a star pattern
  306. C Program to print Hollow Rhombus in a star pattern Type 1
  307. C Program to print Hollow Rhombus in a star pattern Type 2
  308. C Program to print Solid Square in a star pattern
  309. C Program to print Solid Rectangle in a star pattern
  310. C Program to print Hollow Square in a star pattern
  311. C Program to print Hollow Rectangle in a star pattern
  312. C Program to print Left Arrow in a star pattern Type 1
  313. C Program to print Left Arrow in a star pattern Type 2
  314. C Program to print Right Arrow in a star pattern Type 1
  315. C Program to print Right Arrow in a star pattern Type 2
  316. C Program to print Half Left Diamond in a star pattern
  317. C Program to print Half Right Diamond in a star pattern
  318. C Program to print Alphabet K in a star pattern
  319. C Program to print Alphabet X in a star pattern
  320. C Program to print Symbol Plus in a star pattern
  321. C Program to create Floyds triangle
  322. C Program to print Pascal triangle
  323. C Program to display the same source code on terminal
  324. C++ Program to sort an array using Insertion Sort
  325. C++ Program to find biggest of two numbers using Inline Functions
  326. C++ Program to find sum of two numbers using pointer returning functions
  327. C++ Program to generate fibonacci series
  328. C++ Program to find factorial of a number without classes
  329. C++ Program to find power of a number without inbuilt function
  330. C# Program to print Hello World
  331. C# Program to add two numbers
  332. C# Program to subtract two numbers
  333. C# Program to multiply two numbers
  334. C# Program to divide two numbers
  335. C# Program to calculate area of pentagon
  336. C# Program to sort an array using Insertion Sort
  337. C# program to print first n Natural Numbers
  338. C# program to print Floyds Triangle
  339. Rust Program to print first 10 natural numbers using for loop
  340. JavaScript Program to display the date
  341. JavaScript Program to display an alert box
  342. JavaScript Program to display confirm box
  343. JavaScript Program to display prompt for user to enter data
  344. JavaScript Program to add of two numbers
  345. JavaScript Program to subtract of two numbers
  346. JavaScript Program to multiply of two numbers
  347. JavaScript Program to divide of two numbers
  348. JavaScript Program to print Fibonacci series
  349. JavaScript Program to find if a number is palindrome or not
  350. JavaScript Program to push and pop elements from an array
  351. R Program to print Hello World on Console
  352. R Program to get input from user and print on Console
  353. R Program to generate random numbers using runif
  354. Shell Script for simple calculator to perform addition subtraction multiplication and division based on command line arguments
  355. ADA Program to print Hello World
  356. ADA Program to print a integer number entered by user
  357. ADA Program to print a character entered by user
  358. ADA Program to print a string entered by user
  359. ADA Program to find the sum of two integer number
  360. ADA Program to find the difference of two integer number
  361. ADA Program to find the product of two integer number
  362. ADA Program to find the division of two integer number
  363. ADA Program to find area of square
  364. ADA Program to find perimeter of square
  365. ADA Program to find area of rectangle
  366. Haskell Program to print hello world
  367. Haskell Program to print integer entered by the user
  368. Haskell Program to print string entered by the user
  369. Haskell Program to print system information
  370. Haskell Program to print Fibonacci series
  371. Haskell Program to print factorial of a number
  372. Haskell Program to add two numbers
  373. Haskell Program to subtract two numbers
  374. Haskell Program to multiply two numbers
  375. Haskell Program to divide two numbers
  376. Haskell Program to convert string to lower case
  377. Haskell Program to convert string to upper case
  378. Julia Program to print Hello World
  379. Julia Program to print ASCII Values
  380. Julia Program to print sum of n natural numbers
  381. Julia Program to check if a number is prime number or not
  382. Julia Program to print first n prime numbers
  383. Lua Program to print Hello World
  384. Lua Program to add two numbers
  385. Lua Program to subtract two numbers
  386. Lua Program to multiply two numbers
  387. F# program to print Hello World
  388. F# program to Add two numbers using Functions
  389. F# program to Subtract two numbers using Functions
  390. F# program to Multiply two numbers using Functions
  391. F# program to Divide two numbers using Functions
  392. F# program to find Modulus of two numbers using Functions
  393. F# program to perform Arithmetic Operations
  394. F# program to perform Boolean Operations
  395. F# program to compare two numbers using Functions
  396. F# program to print Fibonacci Series using Anonymous Recursion
  397. Introduction to Java
  398. Setting up the Java Development Kit (JDK)
  399. Integrated Development Environments (IDEs) for Java
  400. Lists in Python
  401. Strings in Python
  402. Tuples in Python
  403. Sets in Python
  404. Dictionary in Python
  405. File Handling in Python
  406. Passage 9
  407. Passage 10
  408. Passage 12
  409. Passage 13
  410. Passage 14
  411. Passage 16
  412. Passage 19
  413. Passage 22
  414. Passage 24
  415. Passage 27
  416. Passage 29
  417. Passage 36
  418. Passage 37
  419. Passage 38
  420. Passage 40
  421. Passage 41
  422. Passage 44
  423. Passage 47
  424. Passage 52
  425. Passage 56
  426. Passage 60
  427. Passage 63
  428. Passage 69
  429. Passage 82
  430. Passage 85
  431. Passage 86
  432. Passage 88
  433. Passage 93
  434. Passage 94
  435. Passage 98
  436. Passage 100
  437. Passage 111
  438. Passage 112
  439. Passage 116
  440. Passage 118
  441. Passage 133
  442. Passage 146
  443. Passage 151
  444. Passage 155
  445. Passage 164
  446. Passage 165
  447. Passage 168
  448. Passage 169
  449. Passage 170
  450. Passage 174
  451. Passage 178
  452. Passage 181
  453. Passage 193
  454. Passage 206
  455. Passage 222
  456. Passage 228
  457. Passage 229
  458. Passage 232
  459. Passage 233
  460. Passage 234
  461. Passage 236
  462. Passage 239
  463. Passage 241
  464. Passage 244
  465. Passage 257
  466. Passage 261
  467. Passage 265
  468. Passage 274
  469. Passage 282
  470. Passage 285
  471. Passage 288
  472. Passage 289
  473. Passage 292