Categories

Programming Languages Questions - C++

Download PDF (5 Sample Questions)
What punctuation ends most lines of C++ code?
Programming Languages C++ Objective
Posted: Mar 18, 2013 View Details
What is the only function all C++ programs must contain?
Programming Languages C++ Objective
Posted: Mar 18, 2013 View Details
A pointer to a block of memory is effectively same as an array?
Programming Languages C++ Objective
Posted: Mar 18, 2013 View Details
Are the expressions arr and &arr same for an array of 10 integers?
Programming Languages C++ Objective
Posted: Mar 18, 2013 View Details
Type specifier is optional when declaring a function.
Programming Languages C++ Objective
Posted: Mar 18, 2013 View Details
The void specifier is used if a function does not have return type.
Programming Languages C++ Objective
Posted: Mar 18, 2013 View Details
Which of the following, if any, are valid names for variables?
Programming Languages C++ Objective
Posted: Mar 18, 2013 View Details
Which of the following is a string literal constant?
Programming Languages C++ Objective
Posted: Mar 18, 2013 View Details
The loosest type of coupling is called?
Programming Languages C++ Objective
Posted: Mar 18, 2013 View Details
Showing 181 to 195 of 358 results
Feedback