C++ Data Types
{"name":"C++ Data Types", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"What is the size of an int data type in C++ compiler?, What is the output of this C code? void main() { cout<<sizeof(float); }, Comment on the output of this C code? void main() { float f1 = 0.1; if (f1 == 0.1) cout<<\"equal\\n\"; else cout<<\"not equal\\n\"; }","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}