What is the value of int (‘f’) – int (‘d’)?
What will be an ideal response?
2
Computer Science & Information Technology
You might also like to view...
The combination of a hostname, an organization's domain name, and the Internet top-level domain name creates a ________ that is unique across the Internet
a. Fully Qualified Domain Name (FQDN) b. NetBIOS Name c. Local Area Network Name d. None of the above
Computer Science & Information Technology
Given the declaration int *a;, the statement a = new int[50]; dynamically allocates an array of 50 components of the type ____.
A. int B. int* C. pointer D. address
Computer Science & Information Technology