Computer Science, asked by TbiaSupreme, 1 year ago

Every word in C program is a _____ or an _____. Fill in the blank.

Answers

Answered by hukam0685
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.
Answered by Anonymous
3
heya......

answer is
========

every word in C programme is a KEYWORD or an IDENTIFIER.

========
hope it helps ^_^
Similar questions