answersLogoWhite

0


Best Answer

C does not use, nor requires the use of, every character found on a modern computer keyboard. The only characters required by the C Programming Language are as follows:

  1. A - Z
  2. a -z
  3. 0 - 9
  4. space . , : ; ' $ "
  5. # % & ! _ {} [] () $$$$ &&&& |
  6. + - / * =

The use of most of this set of characters will be discussed throughout the course.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which character comprise the c character set?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the character set in c programs?

Ascii, Ebcdic, etc: platform-dependent


What are the Characters in java?

The Java programming language is represented by the basic source character set from the US variant of the international 7-bit character set ISO 646-1983 called ASCII (ANSI3.4-1968). This is the same character set used by both C and C++ and also by the vast majority of high and low level programming languages. To use an extended character set for source code, the programming environment needs to map the extended character set into the basic source set. This can be achieved in several ways, such as by utilising universal character names.


The tiny particles that comprise an element are called?

C. Atoms


What is x values?

They comprise a set of values for some variable x.


How do you find domain and range?

Consider the mapping between two sets, A and B. To each element of A is associated a unique element from the set B. The elements of set A which are mapped (the inputs) comprise the domain. The corresponding elements from set B comprise the range.


The natural number together with their negatives and 0 comprise what number set?

Integers


Which set comprise demographics of a person?

age sex location salary race lifestyle


What do you call for both the positive and negative integer?

They will comprise the set of non-zero integers.


Wild card character in c plus plus?

There is no wildcard character in C++.


Is ESC an ASCII character set?

No; ASCII itself is the character set in this case.


What is the name of a rational or irrational number?

Together, the two sets comprise the set of real numbers.


What are nonzero integers?

It means that the number is an integer, AND that it is not zero.