Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



C++ Interview Questions
Questions Answers Views Company eMail

what is the acronym of the term 'C.O.M.P.U.T.E.R' ?

Config Systems, Google, Wipro,

17 32476

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

Reliance,

1 4905

which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.

4 6396

a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?

CTS,

2 4514

what is the sylabus for priliminaries?

2179

Hi i need to Acess a variable "int Intval" in the below mentioned code .How to Access it guys i am waiting for your reply

3 4836

how to get the sum of two integers?

2 5041

How to Increment the value of the empid E001 for each and every employee by using the programe?

Accenture,

1 3671

How to calculate the age from the date of birth by using the program?

Accenture,

2 9483

how to find the correct email address format by using the programe?

Accenture,

1 4046

why we are using the fork command?.. how it works?

1 4391

what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??

4 8020

Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

Nucleus, TCS,

3877

difference between the c++ and c languages

Wipro,

4 6841

what is electronic software

1 4008


Un-Answered Questions { C++ }

What are the 2 main types of data structures?

1124


Is eclipse good for c++?

1052


Which should be more useful: the protected and public virtuals?

1042


What does obj stand for?

1169


Is c++ double?

1035


Write a c++ program to display pass and fail for three student using static member function

3400


Does improper inheritance have a potential to wreck a project?

1155


Do you know about C++ 11 standard?

1090


What are the restrictions apply to constructors and destructors?

1083


What is a far pointer? where we use it?

1077


Give example of a pure virtual function in c++?

1174


Why should we use null or zero in a program?

1044


What is the syntax for a for loop?

1144


How do we implement inheritance in c++?

1132


Can you declare an array without a size in c++?

1018