which of the following is not an secondary constant

a) array

b) real

c) union


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are proxy objects in c++?

0 Answers  


What is the iunknown interface?

0 Answers  


3- Write a program to find larger and smaller of the two numbers.

4 Answers   Luminous,


Should I learn c++ c?

0 Answers  


What is copy constructor? Can we make copy constructor private in c++?

0 Answers  






Explain selection sorting?

0 Answers  


Can turbo c++ run c program?

0 Answers  


What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


What are the two types of comments?

0 Answers  


What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?

6 Answers   HCL, Integra, IPMC, ORG,


What is size of Empty Class?

3 Answers   Persistent,


If a function doesn’t return a value, how do you declare the function?

0 Answers  


Categories