Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 1 (Q.No. 15)
15.
Which of the following is not a valid variable name in C?
p o, t
p o t
po_t
p_ot
Answer: Option
Explanation:

Comma is not allowed.

Discussion:
4 comments Page 1 of 1.

Subbu said:   8 years ago
Comma seperates two variables of same data type like int a, b.

Praveen said:   9 years ago
Those options shows the spaces also in between the variable names.

Nik said:   10 years ago
Here the question is the complete variable name how it should be?

Manoj gatla said:   1 decade ago
But in declaration we use the comma.

Post your comments here:

Your comments will be displayed after verification.