Nothing Special »
Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
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
Java
10.3k+ articles
C++
4k+ articles
C++ Programs
2.5k+ articles
Misc
2.3k+ articles
C Language
1.8k+ articles
CPP Examples
700+ articles
cpp-array
160+ articles
cpp-string
140+ articles
cpp-operator
59 articles
C-Data Types
47 articles
cpp-data-types
57 posts
Popular Articles
Recent Articles
Difference between long int and long long int in C/C++
Last Updated: 02 November 2023
All variables use data type during declarations to restrict the type of data to be stored. Therefore, we can say that data types are used to
...read more
cpp-data-types
C Language
C++
Dynamic _Cast in C++
Last Updated: 06 August 2024
C++ is a powerful language. In C++ we can write a structured program and object-oriented program also. In this article, we will focus on dyn
...read more
cpp-data-types
CPP-Basics
C++
Derived Data Types in C++
Last Updated: 18 December 2024
The data types that are derived from the primitive or built-in datatypes are referred to as Derived Data Types. They are generally the data
...read more
C Basics
cpp-data-types
CPP-Basics
C++
Similar Topics
Java
10.3k+ articles
C++
4k+ articles
C++ Programs
2.5k+ articles
Misc
2.3k+ articles
C Language
1.8k+ articles
CPP Examples
700+ articles
cpp-array
160+ articles
cpp-string
140+ articles
cpp-operator
59+ articles
C-Data Types
47+ articles
Enumeration in C++
Last Updated: 05 March 2023
Enumeration (Enumerated type) is a user-defined data type that can be assigned some limited values. These values are defined by the programm
...read more
cpp-data-types
C++
User Defined Data Types in C++
Last Updated: 30 December 2024
User defined data types are those data types that are defined by the user himself. In C++, these data types allow programmers to extend the
...read more
Technical Scripter
cpp-data-types
C++
Technical Scripter 2018
What is the size_t data type in C?
Last Updated: 11 October 2024
size_t is an unsigned integer data type that is defined in various header files such as:stddef.h, stdio.h, stdlib.h, string.h, time.h, wchar
...read more
cpp-data-types
C Language
C++
Abstract Data Types
Last Updated: 16 December 2024
In this article, we will learn about Abstract Data Types (ADTs). But before understanding what an ADT is, let us consider different built-in
...read more
Java
cpp-data-types
C++
Java-Data Types
DSA
Rounding Floating Point Number To two Decimal Places in C and C++
Last Updated: 21 May 2024
How to round off a floating point value to two places. For example, 5.567 should become 5.57 and 5.534 should become 5.53First Method:- Usin
...read more
cpp-data-types
C Language
Difference between float and double in C/C++
Last Updated: 23 June 2023
To represent floating point numbers, we use float, double, and long double. What's the difference? double has 2x more precision than float.
...read more
cpp-data-types
C Language
C++
C-Data Types
Difference Between
Character Arithmetic in C
Last Updated: 26 December 2023
As already known character range is between -128 to 127 or 0 to 255. This point has to be kept in mind while doing character arithmetic.What
...read more
Misc
cpp-data-types
C Language
C++
C++ Booleans
Last Updated: 27 September 2022
The ISO/ANSI C++ Standard has added certain new data types to the original C++ specifications. They are provided to provide better control i
...read more
cpp-data-types
C++
Type Inference in C++ (auto and decltype)
Last Updated: 11 October 2024
Type Inference refers to automatic deduction of the data type of an expression in a programming language. Before C++ 11, each data type need
...read more
STL
cpp-data-types
C Language
C++
Enumeration (or enum) in C
Last Updated: 11 October 2024
Enumeration (or enum) is a user defined data type in C. It is mainly used to assign names to integral constants, the names make a program ea
...read more
C Basics
cpp-data-types
C Language
C-Struct-Union-Enum
Convert a floating point number to string in C
Last Updated: 21 June 2022
Write a C function ftoa() that converts a given floating-point number or a double to a string. Use of standard library functions for direct
...read more
cpp-data-types
cpp-string
C Language
C++
Integer Promotions in C
Last Updated: 23 June 2023
Some data types like char , short int take less number of bytes than int, these data types are automatically promoted to int or unsigned int
...read more
cpp-data-types
C Language
C-Data Types
1
2
3
4
>>
Last
1
2
3
4
>>
Last
1
2
3
4
>>
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 !