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

Change to palindrome, A palindrome is a string that reads the same from bot...

A palindrome is a string that reads the same from both the ends. Given a string S convert it to a palindrome by doing character replacement. Your task is to convert S to palindrome

Dll, i need amibroker afl to dll plugin

i need amibroker afl to dll plugin

Write a Programme that computes the price of portfolio, write a programme t...

write a programme that computes the price of shares and options. do the options in one-period binomial model.

Program of conversion between objects of different classes, Conversion betw...

Conversion between Objects of Different Classes As the compiler does not know anything about the user-defined type, the conversion instructions are to be specified in a functio

C program for reverse the string , C Program for REVERSE THE STRING #i...

C Program for REVERSE THE STRING #include stdio.h> #include conio.h> #include string.h> void main() {           char name[30];           char *s;

Purchasing code signing certificate, Purchasing Code Signing Certificate ...

Purchasing Code Signing Certificate I want to purchase a Code Signing Certificate in good standing from someone in order to sign my .EXE programs with. Please be aware I do n

Loop, wap to count the numof string present in a word

wap to count the numof string present in a word

Radix sort - c program, Radix sort - C program: Write a program in c t...

Radix sort - C program: Write a program in c to define a radix sort. void main() {  int array[100],n;  int i;  void radix(int *,int);  printf ("How many nos\

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