Question 11488 – Arrays
November 15, 2023Question 1277 – Compilation
November 15, 2023Data-Type
Question 1
|
The data type of the variable “var1 ” declared in the following ‘C’ language statement is:
unsigned var1:
unsigned var1:
int
|
|
double
|
|
char
|
|
float
|
Question 1 Explanation:
By default unsigned variables will consider integer data type.
Correct Answer: A
Question 1 Explanation:
By default unsigned variables will consider integer data type.
Subscribe
Login
0 Comments