---
title: "What are constants?"  
description: "What are constants?"  
author: "mickey Davis"  
published: 2017-11-27  
canonical: https://answers.mindstick.com/qa/31262/what-are-constants  
category: "programming"  
reading_time: 1 minute  

---

# What are constants?

What are [constants](https://www.mindstick.com/articles/1813/objective-c-constants)?

## Answers

### Answer by akriti kashyap

## Constants!

![What are constants?](https://answers.mindstick.com/questionanswer/f3f484cb-1d26-4466-ab80-398e4b82b6dd/images/46ec8da1-0cd5-44d5-b118-9b025e312c09.png)**\**

Constant are equivalent to those variables whose values cannot be changed. Hence, having different keywords in different languages defining constant like “const” is been used in C/C++ and “final” in JAVA.

Well, it is not a primitive variable thus an instance of an actual object.

**Cheers!** \

## \


---

Original Source: https://answers.mindstick.com/qa/31262/what-are-constants

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
