Tutorials
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
C++
3.7K+ 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
Popular Articles
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
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
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 !