oodlescoop
Search
Categories
Trending
Login
Results for "printf Function"
Total results: 473
Java Program to find area of circle
Java Program to find perimeter of circle
Java Program to read information about a student from the user and display the same with the use of classes and objects
Java Program to find fibonacci series of a number using methods
Java Program example to demonstrate String charAt method
Java Program to count the occurrence of a number
Java Program for Stack Simulation
Java Program to create a user defined LinkedList class and store list of books and display
Java Program to calculate Student Average of a Class using User defined Storage Classes
Java program to concatenate two arrays using Stream API
Java program to sort array using Sort method
Java Program to add two binary numbers using ParseInt
Java Program to add two matrices
Java Program to subtract two matrices
Java Program to multiply two matrices
Python Program to print Hello World
Python Program to initialize different datatypes and print
Python Program to print different formats of string
Python Program to find sum of two integer numbers
Python Program to find difference of two integer numbers
Python Program to find product of two integer numbers
Python Program to find division of two integer numbers
Python Program to find biggest of two integer numbers
Python Program to find biggest of three numbers
Python Program to find area of square
Python Program to find area of rectangle
Python Program to find area of circle
Python Program to find area of triangle
Python Program to find ASCII value of a character or digit
Python Program to check whether a given number is an Armstrong Number or not using lambda and list
Python Program to find sum of array elements using sum function
Python Program to find fibonacci series
Python Program to sort an array using Insertion Sort
Python Program to find the square root of a given number
Python Program to generate a random number within the given range
C Program to print Hello World on the console
C Program to initialize different datatypes and print the same on terminal
C Program to show different formatting in output using printf
C Program to convert a value into different formats using format specifiers
C Program to find the sum of two integer numbers
C Program to find the difference of two integer numbers
C Program to find the product of two integer numbers
C Program to find the division of two integer numbers
C Program to perform arithmetic operations using floating point variables
C Program to find distance between two straight lines
C Program to find area of square
C Program to find perimeter of square
C Program to find area of rectangle
C Program to find perimeter of rectangle
C Program to find area of equilateral triangle
C Program to find area of right angled triangle
C Program to find area of scalene triangle
C Program to find area of triangle given three sides of a triangle
C Program to find area of circle
C Program to find area and circumference of a circle using pre processor directives
C Program to check if a triangle is Isosceles Equilateral or Scalene
C Program to convert Celcius to Fahrenheit
C Program to convert Fahrenheit to Celcius
C Program to swap two variables using addition and subtraction without using temporary variable
C Program to swap two variables using temporary variable
C Program to swap two variables using multiply and division operation without using temporary variable
C Program to swap two variables by shifting bits
C Program to swap two variables by performing xor operation
C Program to calculate Simple Interest
C Program to calculate Compound Interest
C Program to find profit or loss
C Program to find positive negative or zero using Conditional Operator
C Program to find positive negative or zero using If Else statement
C Program to find odd or even using Conditional Operator
C Program to find odd or even using If Else statement
C Program to find odd or even using goto statement
C Program to check whether a given year is a leap year or not
C Program to check whether a given number is a Perfect Number or not
C Program to check whether a given number is an Armstrong Number or not
C Program to generate Armstrong number within a given range
C Program to check whether a given number is an Armstrong Number or not using user defined power function
C Program to check whether a given number is an Armstrong Number or not using in built power function
C Program to find biggest of two numbers using Conditional Operator
C Program to find biggest of two numbers using If Else statement
C Program to find biggest of three numbers using Conditional Operator
C Program to find biggest of three numbers using If Else statement
C Program to find biggest of three numbers using nested If Else statement
C Program to find biggest of three numbers using Binary Minus
C Program to find smallest of three numbers using Conditional Operator
C Program to find smallest of three numbers using If Else statement
C Program to find smallest of three numbers using nested If Else statement
C Program to calculate grade based on percentage using If Else statement
C Program to calculate grade based on percentage using switch statement
C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using if else ladder statement
C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
C Program to find roots of a quadratic equation using If Else statement
C Program to find area of triangle square circle or rectangle using switch statement
C Program to demonstrate the use of sizeof operator
C Program to identify a character or a digit using ASCII values
C Program to identify a character digit or special character using Built In functions
C Program to identify a character or a digit using Built In functions
C Program to convert lower case alphabet to upper case and upper case to lower case using ASCII values
C Program to convert lower case alphabet to upper case and upper case to lower case using Built In functions
C Program to print first n natural numbers using for loop
C Program to print first n natural numbers using while loop
C Program to print first n natural numbers using do while loop
C Program to find the sum of first n natural numbers using for loop
C Program to find the sum of first n natural numbers using while loop
C Program to sum of n natural numbers using do while
C Program to find the factorial of a given number
C Program to find factorial of a number using functions
C Program to find GCD and LCM of a given two number
C Program to generate Fibonacci Series for first n natural numbers
C Program to check whether a given integer number is palindrome or not
C Program to print first n prime numbers
C Program to print prime numbers within given range
C Program to check if a number is prime number or not
C Program to reverse a given integer number using while loop
C Program to reverse a given integer number using while loop using functions
C Program to reverse an integer number using for
C Program to reverse an integer number using do while
C Program to reverse string using for
C Program to reverse string using while
C Program to reverse string using do while
C Program to print random number
C Program to print random number within range
C Program to check anagram by checking frequency
C Program to check anagram by sorting strings
C Program to find area of Ellipse
C Program to find area of Regular Polygon sides
C Program to find area of Rhombus
C Program to find area of Sector
C Program to find area of Triangular Prism lateral surface
C Program to find the area of a pentagon
C Program to find area of trapezoid
C Program to print hello world using ASCII
C Program to find power of a number without inbuilt function
C Program to find substring of a string
C Program to swap two Strings
C Program to search occurrence of character in String
C Program to sort a set of strings alphabetically
C Program to arrange a string alphabetically
C Program to find length of a string using built in functions
C Program to find length of a string without using built in functions
C Program to find if a string is palindrome or not without built in functions
C Program to compare two strings using built in functions
C Program to compare two strings without using built in functions
C Program to reverse a string without using built in function
C Program to convert String to Integer value
C Program to find Permutations nPr
C Program to find Combinations nCr
C Program to find sum and percentage of subjects
C Program to find Sum of Digits of a given number Type 1
C Program to find Sum of Digits of a given number Type 2
C Program to concatenate two strings using built in functions
C Program to concatenate two strings into a third string using built in functions
C Program to concatenate two strings into a third string without using built in functions
C Program to copy from source string to destination string using built in functions
C Program to copy from source string to destination string without using built in functions
C Program to find sum of two numbers using command line arguments
C Program to find sum of two numbers using functions with returning the value
C Program to find sum of two numbers using functions without returning the value
C Program to print first n odd numbers
C Program to print first n even numbers
C Program to print n odd numbers within range
C Program to print n even numbers within range
C Program to print first n odd and even numbers Type 1
C Program to print first n odd and even numbers Type 2
C Program to find the sum of first n odd numbers using for loop
C Program to print the sum of n odd numbers using while
C Program to print the sum of n odd numbers using do while
C Program to print the sum of n odd numbers within range using for
C Program to print the sum of n odd numbers within range using while
C Program to print the sum of n odd numbers within range using do while
C Program to find the sum of first n even numbers using for loop
C Program to print the sum of n even numbers using while
C Program to print the sum of n even numbers using do while
C Program to print the sum of n even numbers within range using for
C Program to print the sum of n even numbers within range using while
C Program to print the sum of n even numbers within range using do while
C Program to find the sum of first n odd and even numbers using for
C Program to print the sum of n odd and even numbers using while
C Program to print the sum of n odd and even numbers using do while
C Program to print the sum of n odd and even numbers within range using for
C Program to print the sum of n odd and even numbers within range using while
C Program to print the sum of n odd and even numbers within range using do while
C Program to convert binary to decimal number
C Program to convert binary to hexadecimal number
C Program to convert binary to octal number
C Program to convert a decimal to binary number
C Program to convert decimal to hexadecimal number
C Program to convert a decimal to octal number
C Program to convert octal to binary number
C Program to convert an octal to decimal number
C Program to convert octal to hexadecimal number
C Program to convert Kilometers to miles
C Program to convert kilometer to miles using preprocessor directive
C Program to demonstrate calloc dynamic memory allocation
C Program to demonstrate malloc dynamic memory allocation
C Program to demonstrate malloc memset
C Program to initialize array of strings and print on the terminal
C Program to insert an element into specified location of an array
C Program to delete an element from a specified location of an array
C Program to delete duplicate elements from an array
C Program to copy contents of one array to another
C Program to find maximum element in an array without sorting
C Program to find minimum element in an array without sorting
C Program to merge two arrays one after the other
C Program to find the sum of array elements
C Program to find sum of two arrays
C Program to search a key element using Binary Search method
C Program to search a key element using Binary Search using Functions
C Program to search a key element using Linear Search method
C Program to search a key element using Linear Search using Functions
C Program to add two matrix
C Program to subtract two matrix
C Program to find sum of lower triangle matrix
C Program to find sum of upper triangle matrix
C Program to add principal diagonal elements in a matrix
C Program to transpose a matrix
C Program to check if the entered matrix is magic square or not
C Program to implement basic operation of Stacks using global variables
C Program to implement basic operation of Stacks using arrays and pointers
C Program to implement basic operation of Stacks using structures
C Program to implement Stacks using Singly Linked List
C Program to implement Stacks using Circular Linked List
C Program to convert a valid Infix expression to postfix using Stacks
C Program to convert a valid Infix expression to postfix using Structures
C Program to evaluate a valid Postfix expression using Stacks
C Program to find sum of n natural numbers using recursion
C Program to find the factorial of a given number using recursion
C Program to generate fibonacci series using recursion
C Program to find nth fibonacci number using recursion
C Program to search a key element using linear search using recursion
C Program to search a key element using binary search using recursion
C Program to implement Tower of Hanoi
C Program to implement basic operations of Linear Queue using arrays and pointers
C Program to implement basic operations of Circular Queue using arrays and pointers
C Program to implement Priority Queues using array of structures
C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
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
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
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
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
C Program to implement Linear Queue using Singly Linked List
C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List
C Program to implement Circular Linked List to insert and delete a node from rear and display the contents of the Circular List
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
C Program to implement Doubly Linked List to insert and delete a node from front and display the contents of the Doubly Linked List
C Program to implement Doubly Linked List to insert and delete a node from rear and display the contents of the Doubly Linked List
C Program to reverse a digit using recursion
C Program to print prime numbers within a range using recursion
C Program to check prime numbers using recursion
C Program to sort an array using Bubble Sort
C Program to sort an array using Bubble Sort using functions
C Program to sort an array using Selection Sort
C Program to sort an array using Insertion Sort
C Program to sort an array using Insertion Sort using functions
C Program to sort an array using Merge Sort
C Program to sort an array using Shell Sort
C Program to implement 01 Knapsack problem
C Program to implement 01 Knapsack problem using recursion
C Program to implement Fractional Knapsack problem using Greedy Method
C Program to implement Prim's Algorithm
C Program to solve N Queens using greedy method
C Program to implement Warshall's algorithm
C Program to find square of a number using macro functions
C Program to illustrate basic concept of pointers
C Program to display value using star operator in pointers
C Program to calculate size of a structure
C Program to find string length using pointers
C Program to find sum of array elements using pointers
C Program to print an array in reverse direction using pointers
C Program to add two complex numbers using structures
C Program to demonstrate fgets
C Program to demonstrate double pointer
C Program to add matrices using pointer
C Program to add matrices using function and pointer
C Program to count vowels and consonents in a given sentence
C Program to create union of structures of an employee and display the details
C Program to print if the architecture is supporting big endian or little endian
C Program to create a enum user defined datatype for days of a week and print the index of a week
C Program to read a text file
C Program to read and print contents of a file using static memory allocation
C Program to read and print contents of a file using dynamic memory allocation
C Program to convert contents of a file to upper case
C Program to copy contents from file to another file
C Program to create a child process using fork system call
C Program to create a child process using fork system call and print PID and PPID of the processes
C Program to print small alphabets in right angled triangle pattern in series
C Program to print capital alphabets in right angled triangle pattern in series
C Program to print number a Right angled Triangle pattern
C Program to print first n natural numbers in a Right angled Triangle pattern
C Program to print even numbers in a Right angled Triangle pattern
C Program to print prime numbers in a Right angled Triangle pattern
C Program to print binary numbers in a Right angled Triangle pattern
C Program to print numbers in rows and columns of Quadrangle pattern
C Program to print numbers in rows and columns of Quadrangle pattern in reverse order
C Program to print Equilateral Triangle in a pyramid star pattern
C Program to print Inverted Equilateral Triangle in a pyramid star pattern
C Program to print Right angled Triangle in a pyramid star pattern Type 1
C Program to print Right angled Triangle in a pyramid star pattern Type 2
C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 1
C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 2
C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 1
C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 2
C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 1
C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 2
C Program to print Rhombus in a star pattern
C Program to print Hollow Rhombus in a star pattern Type 1
C Program to print Hollow Rhombus in a star pattern Type 2
C Program to print Solid Square in a star pattern
C Program to print Solid Rectangle in a star pattern
C Program to print Hollow Square in a star pattern
C Program to print Hollow Rectangle in a star pattern
C Program to print Left Arrow in a star pattern Type 1
C Program to print Left Arrow in a star pattern Type 2
C Program to print Right Arrow in a star pattern Type 1
C Program to print Right Arrow in a star pattern Type 2
C Program to print Half Left Diamond in a star pattern
C Program to print Half Right Diamond in a star pattern
C Program to print Alphabet K in a star pattern
C Program to print Alphabet X in a star pattern
C Program to print Symbol Plus in a star pattern
C Program to create Floyds triangle
C Program to print Pascal triangle
C Program to display the same source code on terminal
C++ Program to sort an array using Insertion Sort
C++ Program to find biggest of two numbers using Inline Functions
C++ Program to find sum of two numbers using pointer returning functions
C++ Program to generate fibonacci series
C++ Program to find factorial of a number without classes
C++ Program to find power of a number without inbuilt function
C# Program to print Hello World
C# Program to add two numbers
C# Program to subtract two numbers
C# Program to multiply two numbers
C# Program to divide two numbers
C# Program to calculate area of pentagon
C# Program to sort an array using Insertion Sort
C# program to print first n Natural Numbers
C# program to print Floyds Triangle
Rust Program to print first 10 natural numbers using for loop
JavaScript Program to display the date
JavaScript Program to display an alert box
JavaScript Program to display confirm box
JavaScript Program to display prompt for user to enter data
JavaScript Program to add of two numbers
JavaScript Program to subtract of two numbers
JavaScript Program to multiply of two numbers
JavaScript Program to divide of two numbers
JavaScript Program to print Fibonacci series
JavaScript Program to find if a number is palindrome or not
JavaScript Program to push and pop elements from an array
R Program to print Hello World on Console
R Program to get input from user and print on Console
R Program to generate random numbers using runif
Shell Script for simple calculator to perform addition subtraction multiplication and division based on command line arguments
ADA Program to print Hello World
ADA Program to print a integer number entered by user
ADA Program to print a character entered by user
ADA Program to print a string entered by user
ADA Program to find the sum of two integer number
ADA Program to find the difference of two integer number
ADA Program to find the product of two integer number
ADA Program to find the division of two integer number
ADA Program to find area of square
ADA Program to find perimeter of square
ADA Program to find area of rectangle
Haskell Program to print hello world
Haskell Program to print integer entered by the user
Haskell Program to print string entered by the user
Haskell Program to print system information
Haskell Program to print Fibonacci series
Haskell Program to print factorial of a number
Haskell Program to add two numbers
Haskell Program to subtract two numbers
Haskell Program to multiply two numbers
Haskell Program to divide two numbers
Haskell Program to convert string to lower case
Haskell Program to convert string to upper case
Julia Program to print Hello World
Julia Program to print ASCII Values
Julia Program to print sum of n natural numbers
Julia Program to check if a number is prime number or not
Julia Program to print first n prime numbers
Lua Program to print Hello World
Lua Program to add two numbers
Lua Program to subtract two numbers
Lua Program to multiply two numbers
F# program to print Hello World
F# program to Add two numbers using Functions
F# program to Subtract two numbers using Functions
F# program to Multiply two numbers using Functions
F# program to Divide two numbers using Functions
F# program to find Modulus of two numbers using Functions
F# program to perform Arithmetic Operations
F# program to perform Boolean Operations
F# program to compare two numbers using Functions
F# program to print Fibonacci Series using Anonymous Recursion
Introduction to Java
Setting up the Java Development Kit (JDK)
Integrated Development Environments (IDEs) for Java
Lists in Python
Strings in Python
Tuples in Python
Sets in Python
Dictionary in Python
File Handling in Python
Passage 9
Passage 10
Passage 12
Passage 13
Passage 14
Passage 16
Passage 19
Passage 22
Passage 24
Passage 27
Passage 29
Passage 36
Passage 37
Passage 38
Passage 40
Passage 41
Passage 44
Passage 47
Passage 52
Passage 56
Passage 60
Passage 63
Passage 69
Passage 82
Passage 85
Passage 86
Passage 88
Passage 93
Passage 94
Passage 98
Passage 100
Passage 111
Passage 112
Passage 116
Passage 118
Passage 133
Passage 146
Passage 151
Passage 155
Passage 164
Passage 165
Passage 168
Passage 169
Passage 170
Passage 174
Passage 178
Passage 181
Passage 193
Passage 206
Passage 222
Passage 228
Passage 229
Passage 232
Passage 233
Passage 234
Passage 236
Passage 239
Passage 241
Passage 244
Passage 257
Passage 261
Passage 265
Passage 274
Passage 282
Passage 285
Passage 288
Passage 289
Passage 292