answersLogoWhite

0


Best Answer

auto double int struct

break else long switch

case enum register typedef

char extern return union

const float short unsigned

continue for signed void

default goto sizeof volatile

do if static while

User Avatar

Wiki User

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

Wiki User

14y ago

auto, double, int, struct, break, else, long, switch, case, enum, register, typedef, char, extern, return, union, const, float, short, unsigned, continue, for, signed, void, default, goto, sizeof, volatile, do, if, static and while

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

auto

break

case

char

const

continue

default

do

double

else

enum

extern

float

for

goto

if

int

long

register

return

short

signed

sizeof

static

struct

switch

typedef

union

unsigned

void

volatile

while

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Standard C keywords:

asm, auto, break, case, char, const, continue, default, do, double, else, enum, extern, float, for, goto, if, int, long, namespace, register, return, short, signed, sizeof, static, struct, switch, typedef, typename, union, unaigned, void, while.

Additional Turbo C keywords:

cdecl, far, huge, interrupt, near, pascal.

Additional C++ keywords:

bool, catch, class, delete, explicit, false, friend, inline, mutable, new, operator, private, protected, public, template, this, throw, true, try, virtual, volatile.

Additional C++ operator synonyms:

and (&&), and_eq (&=), bitand (&), bitor (|), compl (~), not (!), not_eq (!=), or (), or_eq (|=), xor (^), xor_eq (^=).

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Turbo C++ keywords are the same as keywords in standard C++. The language is exactly the same no matter which implementation you use -- that's one of the major advantages of standardisation.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the 42 keywords in turbo c?
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.


What is the identifiers in turbo c?

all keywords


What is the differentiate of turbo c from turbo c plus plus?

Turbo C compiles c source. turbo c++ compiles c++ source code.


How many keyword are present in C?

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


How turbo c executes c as well as c?

turbo c cannot execute c++ as well..since c++ is the superset of c .the cprograms can be compiled in turbo c++.


Syntax of turbo c?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C


What are the basic operator in turbo c?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C


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 difference between Turbo and Borland C?

turbo is word to do the programming language in c & c++ and i do no about borland


Is there any difference between turbo c and c plus plus?

turbo c is a compiler and c++ is a programming language.