Define the keywords of c language, C/C++ Programming

Assignment Help:

 

Define the Keywords of c language?

C keeps a small set of keywords for its personal use. These keywords can't be used as identifiers in the program. Here is the list of keywords used in Standard C that you will notice that none of them use upper-case letters.

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

Each one keyword must be written in lower case. Ever since upper case and lower case characters are not equivalent. It is possible to use upper case keyword as an identifier.


Related Discussions:- Define the keywords of c language

Padovan.., count the number of string in n-th padovan string

count the number of string in n-th padovan string

What does it mean to declare a function as a static, (c) A static member fu...

(c) A static member function can access static member data only, static member functions and functions and data outside the class. A static member function may be called, even whil

Described smart pointer?, A: A smart pointer is a C++ class which mimics a ...

A: A smart pointer is a C++ class which mimics a regular pointer in syntax and some semantics, however it does more. Since smart pointers to distinct types of objects tend to have

How can I fix this to, Write a program consisting of two functions (plus ma...

Write a program consisting of two functions (plus main). The first function should read in a number and then pass this back to main. This value should then be passed into a secon

Padovan string, padovan string generation till 40

padovan string generation till 40

Program to convert compass heading in degrees , Convert compass heading in ...

Convert compass heading in degrees (0-360 degrees)to compass bearing. A compass bearing consist of three items namely: a.The direction you face (North or South) b.An angle betwe

C program to add, C program to add, average and deviation of numbers: v...

C program to add, average and deviation of numbers: void main() {                 int sum=0,a[10],i;                 float avg=0,dev,vari=0,var;                 pri

COMPUTER, THEORY OF COMPUTER PROGRAMMING

THEORY OF COMPUTER PROGRAMMING

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd