Question:If you want to insert a single dynamic  integer value which one will you select? 

A Printf("Bar inventory:%d bottles of tonic water.", 100); 

B Printf(\"Bar inventory:%b bottles of tonic water.\", 100); 

C Printf(\"Bar inventory:%f bottles of tonic water.\", 100); 

D print("Bar inventory:%d bottles of tonic water.",100); 

+ Answer
+ Report
Total Preview: 1037

Copyright © 2024. Powered by Intellect Software Ltd