answersLogoWhite

0

Ascii, Ebcdic, etc: platform-dependent

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Which character comprise the c character set?

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:A - Za -z0 - 9space . , : ; ' $ "# % & ! _ {} [] () $$$$ &&&& |+ - / * =The use of most of this set of characters will be discussed throughout the course.


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.


Why do you use single quotation for declaring a single character in java programs?

This was simply the choice of the language designers, who probably decided to carry over that convention from the C/C++ languages.


Can all C programs are executable in C plus plus?

Some C programs can be compiled in C++, yes.


Where can you find flowcharts in C programs?

C programs don't contain flowcharts.


Can c write programs?

A programmer can write programs in C, but C can't write anything by itself.


What is the benift of learning c language?

You will be able to understand C programs. Also to write C programs.


Where can you get the c programs?

You can find C programs at http://talentsealed.blogspot.com.


How do you get backwards writing for msn?

Start All Programs Accesories System Tools Character Map ^ copy : ctrl and c paste : ctrl and v Shannon ;)


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.


Is C or Cpp better to use for game programming?

C++ is basically an object-oriented version of C (with a whole new set of capabilities). Most video games seem to lend themselves to an object-oriented. Class Character Class Player inherits from Character Class Enemy inherits from Character Class EasyEnemy inherits from Enemy Class HardEnemy inherits from Enemy etc.