Every word in C program is a _____ or an _____. Fill in the blank.
Answers
Answered by
0
Hello,
Solution:
➖➖➖➖
Every word in C program is a Keyword or an Identifier.
Explanation:
➖➖➖➖➖
A program in C consist of keywords and identifier
Keywords:
➖➖➖➖
predefined words are known as keywords. for ex. int,char etc
keywords are case sensitive,or we can say that C programs are case sensitive,that is upper case and lower case differs.
Identifier:
➖➖➖➖
The user defined words are known as identifiers.
ex. int data, sum ;
here data and sum are identifiers.
Hope it helps you.
Solution:
➖➖➖➖
Every word in C program is a Keyword or an Identifier.
Explanation:
➖➖➖➖➖
A program in C consist of keywords and identifier
Keywords:
➖➖➖➖
predefined words are known as keywords. for ex. int,char etc
keywords are case sensitive,or we can say that C programs are case sensitive,that is upper case and lower case differs.
Identifier:
➖➖➖➖
The user defined words are known as identifiers.
ex. int data, sum ;
here data and sum are identifiers.
Hope it helps you.
Answered by
3
heya......
answer is
========
every word in C programme is a KEYWORD or an IDENTIFIER.
========
hope it helps ^_^
answer is
========
every word in C programme is a KEYWORD or an IDENTIFIER.
========
hope it helps ^_^
Similar questions
World Languages,
9 months ago
Hindi,
9 months ago
Math,
9 months ago
Science,
1 year ago
Social Sciences,
1 year ago