Which C++ data type was designed to store Unicode characters?

a. char
b. long
c. wchar_t
d. size_t


c. wchar_t

Computer Science & Information Technology

You might also like to view...

The SAMM framework is part of what open project organization?

A. Open Web Application Security Project (OWASP) B. Institute for Open Frameworks (IOF) C. Free Software Foundation (FSF) D. Open Application Framework Project (OAFP)

Computer Science & Information Technology

Bound controls exist only to describe or enhance the appearance of the form.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Nonrepudiation guarantees that the sender of a message cannot later deny that they sent the message.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A new security policy in an organization requires that all file transfers within the organization be completed using applications that provide secure transfer.Currently, the organization uses FTP and HTTP to transfer files.Which of the following should the organization implement in order to be compliant with the new policy?

A. Replace FTP with SFTP and replace HTTP with TLS B. Replace FTP with FTPS and replaces HTTP with TFTP C. Replace FTP with SFTP and replace HTTP with Telnet D. Replace FTP with FTPS and replaces HTTP with IPSec

Computer Science & Information Technology