Which of the following is/are valid C++ identifiers?

A) June-2010
B) June.2010
C) June_2010
D) 2010June
E) Both C and D.


C) June_2010

Computer Science & Information Technology

You might also like to view...

Which of the following is/are valid C++ identifiers?

A) June-2010 B) June.2010 C) June_2010 D) 2010June E) Both C and D.

Computer Science & Information Technology

Pointers may be assigned which of the following values?

a. Any integer values. b. An address. c. NULL. d. Both (b) and (c).

Computer Science & Information Technology

Which of the following is valid?

a. float y; y = 54.9; b. float y; double z; z = 934.21; y = z; c. float w; w = 1.0f; d. float v; v = 1.0

Computer Science & Information Technology

Critical Thinking Questions Case 4-2 ? Wes is a wedding photographer and is adding images and other graphics onto his website. ? Wes wants to add some of his favorite bridal shower photographs to a page on his website to showcase the quality of his work. He should use the ____ format for the photos. a.PNGc.GIFb.JPEGd.TIFF

What will be an ideal response?

Computer Science & Information Technology