Question
a.
A variable defined once can be defined again with different scope
b.
A single variable cannot be defined with two different types in the same scope
c.
A variable must be declared and defined at the same time
d.
A variable refers to a location in memory
Posted under C Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which is false ?
Similar Questions
Discover Related MCQs
Q. A variable declared in a function can be used in main
View solution
Q. The name of the variable used in one function cannot be used in another function
View solution
Q. The precedence of arithmetic operators is (from highest to lowest)
View solution
Q. Which of the following is not an arithmetic operation?
View solution
Q. Which of the following data type will throw an error on modulus operation(%)?
View solution
Q. Which among the following are the fundamental arithmetic operators, i.e, performing the desired operation can be done using that operator only?
View solution
Q. Are logical operators sequence points?
View solution
Q. Does logical operators in C language are evaluated with short circuit?
View solution
Q. Result of a logical or relational expression in C is
View solution
Q. Which among the following is NOT a logical or relational operator?
View solution
Q. Relational operators cannot be used on:
View solution
Q. When double is converted to float, the value is?
View solution
Q. Function tolower(c) defined in library works for
View solution
Q. Which type conversion is NOT accepted?
View solution
Q. What will be the data type of the result of the following operation?
(float)a * (int)b / (long)c * (double)d
View solution
Q. Which of the following type-casting have chances for wrap around?
View solution
Q. Which of the following typecasting is accepted by C?
View solution
Q. When do you need to use type-conversions?
View solution
Q. For which of the following, “PI++;” code will fail?
View solution
Q. What is the type of the below assignment expression if x is of type float, y is of type int?
y = x + y;
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!