1. In the C programming language to scan the integer type data which of the following is used?
%d
%f
%I
%c
Answers
Answered by
5
Answer:
Integer data type allows a variable to store numeric values. “int” keyword is used to refer integer data type. ... int (2 byte) can store values from -32,768 to +32,767. int (4 byte) can store values from -2,147,483,648 to +2,147,483,647.
Answered by
2
in 5 the C programming language to scan the integer type data %d is use
Similar questions