Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
C++
3.8K+ articles
C++ Programs
1.5K+ articles
CPP-Basics
102+ articles
C-Output
70+ articles
cpp-data-types
58+ articles
Programming Basics
18+ articles
const keyword
2 posts
Recent Articles
Runtime and Compile-time constants in C++
Last Updated: 19 October 2020
Run-time Constant:These are the constants whose respective values can only be known or computed at the time of running of source code. Run time Constants are a bit slower ...
read more
C++ Programs
C++
cpp-data-types
CPP-Basics
const keyword
Programming Basics
Output of C programs | Set 60 (Constants)
Last Updated: 08 May 2025
Prerequisite: C Constants and StringsQ.1 What is the output of this program?C#include stdio.hint main() { const char *s = ""; char str[] = "Hello"; s = str; wh...
read more
C++
C-Output
const keyword