answersLogoWhite

0

63 asm, auto, bool, break, case, catch, char, class, const, const_cast, continue, default, delete, do, double, dynamic_cast, else, enum, explicit, export, extern, false, float, for, friend, goto, if, inline, int, long, mutable, namespace, new, operator, private, protected, public, register, reinterpret_cast, return, short, signed, sizeof, static, static_cast, struct, switch, template, this, throw, true, try, typedef, typeid, typename, union, unsigned, using, virtual, void, volatile, wchar_t, while

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Turbo C plus plus keywords?

Turbo C++ keywords are the same as C++ keywords. The language remains the same, only the implementations differ. The Turbo C++ implementations were standards-compliant at the time of their release, but the product is no longer supported.


How many keyword are present in C?

32 keywords are present in C language. There are 44 keywords in C99.


How many keywords in C language?

32


How many keywords does c language have?

32


Which word is reserved in c plus plus?

All C++ keywords are reserved, as are all variable and function names that begin with two leading underscores.


Is it possible to declare a keyword as an identifier in c plus plus?

No. Keywords are reserved and cannot be used as identifiers. However, C/C++ is case-sensitive. So although register is a reserved keyword, Register is not.


How many keywords are there in c?

answer:32 programme to print factorial of a given number in c languages


What is the difference between c language and c plus plus in computers?

C++ supports object-oriented principals whereas C does not. C has 34 keywords while C++ has an additional set of 32 keywords, most of which relate to object-oriented programming, while others are synonymous for operators, such as 'and_eq' (same as &=) and 'not' (same as !). Other than that they are largely the same. Most C programmes will compile under C++ without major modification. Some minor syntax differences need to be catered for, but the syntax is largely the same for both.


How may keywords in c?

15


How much keywords in c?

25


How do you count the no of keywords in c?

1. Get the list of the keywords. 2. Use your fingers to count.


The most popular c plus plus book?

The C++ Programming Language by Bjarne Stroustrup (creator of C++), now in its 4th Edition.