answersLogoWhite

0


Best Answer

Not really. Character constant examples: 'S', 65, '\t'

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is 2564-61 a character's constant in C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is literal in c language?

a string constant


Which of the following is an expression of Boyle's law A equals constant B PT equals constant C equals constant D PV equals constant?

C.


What is the formula of uniform acceleration?

There are several formulae that involve uniform acceleration. For example, the definition of uniform acceleration:dv/dt = c or: a = c (where "c" is some constant).


What is the integral of ln2?

ln2 is a constant so x*ln2 + c, where c is the constant of integration.


What is the difference between ordinary constant and an arbitrary constant?

Ordinary constant is a real constant which is same in all time but arbitrary constant is not constant at all time intervals, especially we can see arbitrary constants in integrals.For example the anti derivative of x+C is 1. Here we can replace C with any constant so C is arbitrary constant


What is the constant in C programming language?

Anything declared as a constant.


What are the two types of constant in c plus plus?

Constant data and constant functions.


What are 2 types of constant in c?

String constants:A string constant is a sequence of alphanumeric characters enclosed in double quotation marks whose maximum length is 256 characters. The following are some examples of valid string constants:1) "The result is ="2) "Test program 123"Numeric constants:Numeric constants are positive or negative numbers. There are four types of numeric constants: integer constant, floating point constant, hex constant and octal constant. An integer constant may either be a short integer or a long integer. A floating point constant may either be of single precision or double precision.


What are string literals?

A string literal is a sequence of characters, including backslash-escaped codes, between two double-quote characters. These are of type const char*, such that the character values are immutable (cannot be changed after creation). "Hello my little minions" is a string constant, for instance.Note that under C you can pass const char* types as char* in function parameters, or assign values between constant and non-constant types, but C++ will issue warnings if you attempt to do as such (unless those warnings have been disabled, which may not be recommended).


How do you graph a constant?

The graph of y = c, a constant will be a straight line parallel to the x-axis and c units from it..


What does a constant do in c plus plus?

A constant is a variable that does not change. The correct term is constant variable.


What is an constant term in math?

The y-intercept. Ex: AX-BY=C The 'C' stands for constant and is the y-intercept. Was this helpful?