Is this program statement valid? INT = 10.50;

4 years ago
C Programming

Assuming that INT is a variable of type float, this statement is valid. One may think that INT is a reserved word and must not be used for other purposes. However, recall that reserved words are express in lowercase, so the C compiler will not interpret this as a reserved word.

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions