...
Question 11488 – Arrays
November 15, 2023
Question 1277 – Compilation
November 15, 2023
Question 11488 – Arrays
November 15, 2023
Question 1277 – Compilation
November 15, 2023

Data-Type

Question 1
The data type of the variable “var1 ” declared in the following ‘C’ language statement is:
unsigned var1:
A
int
B
double
C
char
D
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.

Leave a Reply

Your email address will not be published. Required fields are marked *