answersLogoWhite

0

What is a identifier in C?

User Avatar

Anonymous

14y ago
Updated: 8/17/2019

examples: main, argc, _index, s13

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is an identifier. what are the hearing rods for identifier 'c' language?

An identifier is the names given for labels, functions and variables in the c language.


Is hello is an identifier token?

Yes. The word "hello" can be an identifier token. It is not a reserved word in C or C++, and it meets the criteria for being an identifier.


What are the hearing rods for identifier 'c' language?

The hearing rods for identifier "c" language is the function.


Is cin an output identifier in c plus plus?

No. In C++ with <iostream>, cin is a prefedined class that represents stdin, so it is an input identifier.


Is it is true that the identifier and a variable in C programming language are same?

No. Identifier is a scientific name for the name.Variables, functions, types, etc -- each have an identifier.


Can you pass addresses to a function in C plus plus?

If the identifier you want to pass is an ordinary identifier, pass it as the address of... function(&identifier); If the identifier you want to pass is an array identifier, pass its name... function(arrayname);


What is console in c?

Nothing. (You can use this word as identifier though.)


Why you use class keyword in c?

You may use it as an identifier, because it is not a reserved word in C.


Are a10 and 10a same in C language?

No. Neither is a10 and A10.


How to design a DFA that accepts an identifier in c language?

letter -> [a-zA-Z] digit -> [0-9] identifier -> letter|_(letter|digit|_)


What is the difference between 'a' and a in C?

a -- identifier 'a' -- character-literal "a" -- string-literal


What is fncn in C programming?

1. identifier 2. short for function