Keywords of C language

A keyword is a special word of a programming language which has previously defined fixed meaning and programmer will not allow to make change in it . Keyword is also known as " reserve word" of C language. Each keyword has its specific work and written in small letters of English language. Total 32 keywords are supported by C language and ANSI C (C99 standard) includes additional 5 keywords.

एक कीवर्ड, किसी प्रोग्रामिंग लैंग्वेज का एक विशेष शब्द होता है जिसका पूर्व निर्धारित अर्थ होता है एवं प्रोग्रामर द्वारा इसमें परिवर्तन नहीं किया जा सकता है की वर्ड को रिज़र्व वर्ड भी कहा जाता है। प्रत्येक कीवर्ड का एक निश्चित कार्य होता है एवं इसे सदैव अंग्रेजी भाषा के छोटे अक्षरों में लिखा जाता है सी लैंग्वेज में कुल 32
कीवर्ड  एवं ANSI सी (C99 स्टैण्डर्ड) में 37 की वर्ड को सम्मिलित किया गया है

Keywords used in c language are :- 
सी लैंग्वेज में प्रयुक्त होने वाले कीवर्ड निम्न है -

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


Comments

Popular posts from this blog

C Language Topics in Hindi and English

C language IMP Questions for BSc/BA/BCom/BCA/BE/BTech/MSc/MCA (CS/IT) I year students