Question 84

Computer Awareness Introduction to C/C++ Easy

Which of the following is a correct way to declare a variable in C?

(A) int x;
(B) x int;
(C) int x="10";
(D) float x='10';
View Dynamic Solution & Explanation
Correct Solution: Option A

Step-by-step Solution:

No explanation entered yet.