What are identifiers c?
Answer / Avinash Tiwari
"Identifiers are names used to declare variables, functions, labels, constants, etc. in C programming. They help distinguish different entities in the program."
| Is This Answer Correct ? | 0 Yes | 0 No |
2. What does static variable mean?
Why do we need arrays in c?
Which is better oop or procedural?
what are the general concepts of c and c++
What are the advantages of using macro in c language?
Can include files be nested? How many levels deep can include files be nested?
How can I return multiple values from a function?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
Why the use of alloca() is discouraged?
Tell me about low level programming languages.
What is substring in c?