Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 863 Bytes

constants-in-primary-expressions.md

File metadata and controls

22 lines (21 loc) · 863 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Constants in Primary Expressions | Microsoft Docs
11/04/2016
cpp-language
article
C++
constants, primary expressions
11af9f60-ed5d-4860-b3e7-b91d88a05706
8
mikeblome
mblome
ghogen

Constants in Primary Expressions

A constant operand has the value and type of the constant value it represents. A character constant has int type. An integer constant has int, long, unsigned int, or unsigned long type, depending on the integer's size and on the way the value is specified. See Constants for more information.

See Also

C Primary Expressions