Q:

Pick up the false statement

1

Pick up the false statement


  1. A variable must be declared and defined at the same time
  2. A single variable cannot be defined with two different types in the same scope
  3. A variable defined once can be defined again with different scope
  4. All of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

A variable must be declared and defined at the same time

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C Programming Multiple Choice Questions And Answers

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which of the following symbol is used in variable ... >>
<< Assume the output #include int main() { int x = 10...