Skip to content
Courses
DSA to Development
Machine Learning & Data Science
Generative AI & ChatGPT
Become AWS Certified
DSA Courses
Data Structure & Algorithm(C++/JAVA)
Data Structure & Algorithm(Python)
Data Structure & Algorithm(JavaScript)
Programming Languages
CPP
Java
Python
JavaScript
C
All Courses
Tutorials
Python Tutorial
Taking Input in Python
Python Operators
Python Data Types
Python Loops and Control Flow
Python Conditional Statements
Python Loops
Python Functions
Python OOPS Concept
Python Data Structures
Python Exception Handling
Python File Handling
Python Exercises
Java
Learn Java Programming Language
Java Collections
Java 8 Tutorial
Java Programs
Java Interview Questions
Java Interview Questions
Core Java Interview Questions-Freshers
Java Multithreading Interview Questions
OOPs Interview Questions and Answers
Java Exercises
Java Quiz
Java Quiz
Core Java MCQ
Java Projects
Advance Java
Spring Tutorial
Spring Boot Tutorial
Spring Boot Interview Questions
Spring MVC Tutorial
Spring MVC Interview Questions
Hibernate Tutorial
Hibernate Interview Questions
Programming Languages
JavaScript
C++
R Tutorial
SQL
PHP
C#
C
Scala
Perl
Go Language
Kotlin
System Design
System Design Tutorial
Software Design Patterns
System Design Roadmap
Top 10 System Design Interview Questions and Answers
Interview Corner
Company Preparation
Top Topics
Practice Company Questions
Interview Experiences
Experienced Interviews
Internship Interviews
Competitive Programming
Multiple Choice Quizzes
Aptitude for Placements
Computer Science Subjects
Operating System
DBMS
Computer Networks
Engineering Mathematics
Computer Organization and Architecture
Theory of Computation
Compiler Design
Digital Logic
Software Engineering
DevOps
GIT
AWS
Docker
Kubernetes
Microsoft Azure Tutorial
Google Cloud Platform
Linux
Linux Tutorial
Linux Commands A-Z
Linux Commands Cheatsheet
File Permission Commands
Linux System Administration
Linux File System
Linux Shell Scripting
Linux Networking
Linux Interview Questions
Software Testing
Software Testing Tutorial
Software Engineering Tutorial
Testing Interview Questions
Jira
Databases
DBMS Tutorial
SQL Tutorial
PostgreSQL Tutorial
MongoDB Tutorial
SQL Interview Questions
MySQL Interview Questions
PL/SQL Interview Questions
Android
Android Tutorial
Android Studio Tutorial
Kotlin For Android
Android Projects
Android Interview Questions
6 Weeks of Android App Development
Excel
MS Excel Tutorial
Introduction to MS Excel
Data Analysis in Excel
Basic Excel Formulas & Functions
Data Analysis in Advanced Excel
Workbooks
Statistical Functions
Data Visualization in Excel
Pivot Tables in Excel
Excel Spreadsheets in Python
Basic Excel Shortcuts
Mathematics
Number System
Algebra
Linear Algebra
Trigonometry
Set Theory
Statistics
Probability
Geometry
Mensuration
Logarithms
Calculus
DSA
Data Structures
Arrays
Matrix
Strings
Linked List
Stack
Queue
Tree
Heap
Hashing
Graph
Set Data Structure
Map Data Structure
Advanced Data Structure
Data Structures Tutorial
Algorithms
Analysis of Algorithms
Design and Analysis of Algorithms
Asymptotic Analysis
Asymptotic Notations
Worst, Average and Best Cases
Searching Algorithms
Linear Search
Binary Search
Searching Algorithms Tutorial
Sorting Algorithms
Selection Sort
Bubble Sort
Insertion Sort
Merge Sort
Quick Sort
Heap Sort
Counting Sort
Radix Sort
Bucket Sort
Sorting Algorithms Tutorial
Greedy Algorithms
Dynamic Programming
Graph Algorithms
Pattern Searching
Recursion
Backtracking
Divide and Conquer
Mathematical Algorithms
Geometric Algorithms
Bitwise Algorithms
Randomized Algorithms
Branch and Bound
Algorithms Tutorial
DSA Tutorial
Practice
All DSA Problems
Problem of the Day
Company Wise Coding Practice
Amazon
Microsoft
Flipkart
Explore All
GfG SDE Sheet
Practice Problems Difficulty Wise
School
Basic
Easy
Medium
Hard
Language Wise Coding Practice
CPP
Java
Python
Curated DSA Lists
Beginner's DSA Sheet
Top 50 Array Problems
Top 50 String Problems
Top 50 DP Problems
Top 50 Graph Problems
Top 50 Tree Problems
Competitive Programming
Company Wise SDE Sheets
Facebook SDE Sheet
Amazon SDE Sheet
Apple SDE Sheet
Netflix SDE Sheet
Google SDE Sheet
DSA Cheat Sheets
SDE Sheet
DSA Sheet for Beginners
FAANG Coding Sheet
Product-Based Coding Sheet
Company-Wise Preparation Sheet
Top Interview Questions
Puzzles
All Puzzles
Top 100 Puzzles Asked In Interviews
Top 20 Puzzles Commonly Asked During SDE Interviews
Data Science
Python Tutorial
R Tutorial
Machine Learning
Data Science using Python
Data Science using R
Data Science Packages
Pandas Tutorial
NumPy Tutorial
Data Visualization
Python Data Visualization Tutorial
Data Visualization with R
Data Analysis
Data Analysis with Python
Data Analysis with R
Deep Learning
NLP Tutorial
Web Tech
HTML Tutorial
CSS Tutorial
JavaScript Tutorial
PHP Tutorial
ReactJS Tutorial
NodeJS Tutorial
Bootstrap Tutorial
Typescript
Web Development Using Python
Django
Django Tutorial
Django Projects
Django Interview Questions
Flask
Flask Tutorial
Flask Projects
Flask Interview Questions
Postman
Github
Cheat Sheets
HTML Cheat Sheet
CSS Cheat Sheet
JavaScript Cheat Sheet
React Cheat Sheet
Angular Cheat Sheet
jQuery Cheat Sheet
Bootstrap Cheat Sheet
Learn Complete Web Development
Trending Now
DSA
Web Tech
Foundational Courses
Data Science
Practice Problem
Python
Machine Learning
JavaScript
System Design
Django
DevOps Tutorial
Java
C
C++
ReactJS
NodeJS
CP Live
Aptitude
Puzzles
Projects
▲
Similar Topics
DSA
22.3k+ articles
C++
4k+ articles
Strings
3.2k+ articles
C++ Programs
2.5k+ articles
C Language
1.8k+ articles
C Programs
800+ articles
C Examples
92 articles
C-Functions
89 articles
cpp-input-output
68 articles
C-Input and Output Quiz
25 articles
c-input-output
26 posts
Popular Articles
Recent Articles
Formatted and Unformatted Input/Output functions in C with Examples
Last Updated: 24 January 2022
This article focuses on discussing the following topics in detail-Formatted I/O Functions.Unformatted I/O Functions.Formatted I/O Functions
...read more
c-input-output
C Language
How to input or read a Character, Word and a Sentence from user in C?
Last Updated: 21 September 2021
C is a procedural programming language. It was initially developed by Dennis Ritchie as a system programming language to write an operating
...read more
Strings
c-input-output
C Language
Blogathon
Blogathon-2021
DSA
C program to input an array from a sequence of space-separated integers
Last Updated: 15 July 2021
Given a string S consisting of space-separated integers, the task is to write a C program to take the integers as input from the string S an
...read more
Arrays
Strings
Technical Scripter
c-input-output
C Programs
DSA
Similar Topics
DSA
22.3k+ articles
C++
4k+ articles
Strings
3.2k+ articles
C++ Programs
2.5k+ articles
C Language
1.8k+ articles
C Programs
800+ articles
C Examples
92+ articles
C-Functions
89+ articles
cpp-input-output
68+ articles
C-Input and Output Quiz
25+ articles
Difference between scanf() and gets() in C
Last Updated: 13 June 2022
scanf()It is used to read the input(character, string, numeric data) from the standard input(keyboard).It is used to read the input until it
...read more
c-input-output
C Language
Difference Between
Basic Input and Output in C
Last Updated: 11 October 2024
C language has standard libraries that allow input and output in a program. The stdio.h or standard input output library in C that has metho
...read more
c-input-output
C Language
Input an integer array without spaces in C
Last Updated: 13 December 2018
How to input a large number (a number that cannot be stored even in long long int) without spaces? We need this large number in an integer a
...read more
c-input-output
cpp-input-output
C Language
C++
C-Input and Output Quiz
Format Specifiers in C
Last Updated: 28 November 2024
The format specifier in C is used to tell the compiler about the type of data to be printed or scanned in input and output operations. They
...read more
c-input-output
C Language
How to clear console in C language?
Last Updated: 11 November 2022
It is one of the basic need a program may required i.e clear the console during execution time.Need of a clear console screen :A console scr
...read more
c-puzzle
c-input-output
C Language
Octal numbers in c
Last Updated: 29 August 2017
There are some less known facts in C related to octal numbers. Let us look at the below example code first.Examples:[sourcecode language="C"
...read more
Misc
c-input-output
C Language
Taking String input with space in C (4 Different Methods)
Last Updated: 11 October 2024
We can take string input in C using scanf("%s", str). But, it accepts string only until it finds the first space.There are 4 methods by whic
...read more
c-input-output
C Language
scanf() and fscanf() in C
Last Updated: 11 October 2024
In C language, scanf() function is used to read formatted input from stdin. It returns the whole number of characters written in it otherwis
...read more
c-input-output
C Language
C-Input and Output Quiz
Problem With Using fgets()/gets()/scanf() After scanf() in C
Last Updated: 04 January 2022
scanf() is a library function in C. It reads standard input from stdin. fgets() is a library function in C. It reads a line from the specifi
...read more
c-input-output
C Language
C-Input and Output Quiz
C-Library
Difference between getc(), getchar(), getch() and getche()
Last Updated: 22 June 2023
All of these functions read a character from input and return an integer value. The integer is returned to accommodate a special value used
...read more
c-input-output
C Language
C-Input and Output Quiz
What is the difference between printf, sprintf and fprintf?
Last Updated: 11 April 2023
printf: printf function is used to print character stream of data on stdout console.Syntax :printf(const char* str, ...); Example :[tabby ti
...read more
c-input-output
C Language
C-Input and Output Quiz
C Program to print contents of file
Last Updated: 22 August 2024
In C, reading the contents of a file involves opening the file, reading its data, and then processing or displaying the data.ExampleInput: F
...read more
c-input-output
C Language
C Programs
C File Handling Programs
1
2
>>
Last
1
2
>>
Last
1
2
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !