Given the declaration
char next_char;
which of the following assignment statements assigns the letter A to the variable next_char?
a. nextChar = A;
b. nextChar = "A";
c. nextChar = 'A';
d. nextChar (A);
e.'A' = nextChar;
c. nextChar = 'A';
You might also like to view...
C++ allows the programmer to deal with data at a higher level of abstraction in part because related data of differing types can be treated as a unit in
a) a array variable b) a structure variable c) a function d) a library e) a class variable
Which of the following is not an example of a keyword for structured English?
A) IF B) DO C) PERFORM D) IS LIKE
Depending on the animation, every frame may be a(n) keyframe or you might have intervening frames where the graphic object does not change.
Answer the following statement true (T) or false (F)
Live File System refers to data on a USB drive
Indicate whether the statement is true or false