Computer Science, asked by barthwal2562, 11 months ago

What is the type of variable b and d in the below snippet? Int a[], b; int []c, d;

Answers

Answered by gurukulamdivya
0

Answer:

It is already declared in the segment that the variable b and d is of integer type as int b, d;

Integer in computer mean all number either positive or negative without having decimal point.

Similar questions