Challenger App

No.1 PSC Learning App

1M+ Downloads
Which is not a Unicode encoding form?

AUTF-8

BUTF-16

CUTF-EBCDIC

DUTF-64

Answer:

D. UTF-64

Read Explanation:

The Unicode character encoding standard is a fixed-length, character encoding scheme that includes characters from almost all of the living languages of the world.


Related Questions:

Which of the following is a programming Language ?
The 'C' Programming language was designed by ____ as a system programming language for UNIX.
How do you define a function in JavaScript ?

What is the value of sum after the execution of the following code?

int sum = 0;

for (int i = -5; i<=;i++)

{

         if (!i) break;

         sum += i;

}

 

 

What is the correct way to declare a variable in JavaScript ?