KnowledgeBoat Logo
|
LoginJOIN NOW

Computer Applications

What are the default values of the primitive data type int and float?

Values & Data Types Java

ICSE 2015

24 Likes

Answer

Default value of int is 0 and float is 0.0f.

Answered By

14 Likes


Related Questions