Eplain extern keyword?


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

Post New Answer

More C++ General Interview Questions

What is the basic difference between C and C++?

0 Answers   NIIT,


When should overload new operator on a global basis or a class basis?

0 Answers  


What are smart pointers?

0 Answers  


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,


Can comments be longer than one line?

0 Answers  






write a program to add two numbers without using an arithmetic operator.

1 Answers   NIIT,


Explain rethrowing exceptions with an example?

0 Answers  


How we can differentiate between a pre and post increment operators during overloading?

0 Answers  


What does h mean in maths?

0 Answers  


Is there any function that can skip certain number of characters present in the input stream?

0 Answers  


How much is size of struct having 1 char & 1 integer?

11 Answers   Persistent,


What is the function to call to turn an ascii string into a long?

0 Answers  


Categories