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
What are proxy objects in c++?
What is the iunknown interface?
3- Write a program to find larger and smaller of the two numbers.
Should I learn c++ c?
What is copy constructor? Can we make copy constructor private in c++?
Explain selection sorting?
Can turbo c++ run c program?
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;
What are the two types of comments?
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?
If a function doesn’t return a value, how do you declare the function?