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

i want to know how to copy arrary without using any method or function. I have tried the below using System; class e4 { static void Main(string[] args) { int a,b; int[ ] m= new int[5]; int[ ] n= new int[5]; for(a=0;a<=4;a++) { Console.WriteLine("enter any value"); m[a]=Convert.ToInt32(Console.ReadLine()); m[a]=n[a]; } for(b=0;b<=4;b++) { Console.WriteLine(n[b]); } } } but it will give wrong result can anyone solve this problem

1 Answers   Reliance,


What is size_type?

0 Answers  


What are the advantages of using a pointer? Define the operators that can be used with a pointer.

0 Answers  


Can we define function inside main in c++?

0 Answers  


Differentiate between a template class and class template in c++?

0 Answers  






How are the features of c++ different from c?

0 Answers  


Explain differences between alloc() and free()?

0 Answers  


What are C++ inline functions?

1 Answers  


What is static function and static class?

4 Answers   HCL,


Is it possible for a member function to use delete this?

0 Answers  


What is a static element?

0 Answers  


What can c++ be used for?

0 Answers  


Categories