answersLogoWhite

0


Best Answer

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

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

There are 66 keywords in total. Those marked with an asterisk (*) are keywords in C++ only. All others are both C and C++ keywords.

and (&&) *

and_eq (&=) *

asm

auto

bitand (&) *

bitor (|) *

bool *

break

case

catch *

char

class *

compl (~) *

const

continue

default

delete *

do

double

else

enum

explicit *

extern

false *

float

for

friend *

goto

if

inline *

int

long

mutable *

namespace

new *

not (!) *

not_eq (!=) *

operator *

or () *

or_eq (|=) *

private *

protected *

public *

register

return

short

signed

sizeof

static

struct

switch

template *

this *

throw *

true *

try *

typedef

typename

union

unsigned

virtual (

void

volatile *

while

xor (^) *

xor_eq (^=) *

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

C89 has 32 keywords, C99 has 37 keywords and C11 has 42 keywords.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

c provides 32 keywords

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many keywords in c plus plus now?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 does c language have?

32


How many keywords in C language?

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.


What is the identifiers in turbo c?

all keywords