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++ General Interview Questions
Questions Answers Views Company eMail

Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

4170

There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?

TCS,

1 6107

Implement a 2 dimensional array by one dimentional array

CTS,

1 4824

make a middle node of doubly linklist to the top of the list

1 4226

There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

3062

There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.

Nagarro,

2 11429

A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

3715

How to detect memory leaks in c++

Mphasis,

1 5454

What is expression parser in c++

Mphasis,

2561

i want the NIC programmer-B model papaer pattren, iwant the all model papers?

NIC,

15 18650

char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

Thomson Reuters,

4 10219

Difference between Constructors and static constructors?

IBM, TCS,

3 8683

what is the emaning of '#include" "'?

5 7994

what is scupper?

2470

What are the popular tools used to detect memory leaks in c++

TATA,

4 7742


Post New C++ General Questions

Un-Answered Questions { C++ General }

What is abstract class in c++?

1137


Explain register storage specifier.

1051


Define a constructor - what it is and how it might be called (2 methods)?

1228


Which one is a preferred language C or C++? Why?

1143


What is runtime polymorphism in c++?

1226


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

3715


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

2156


What is a node class in c++?

1114


How do you declare A pointer to a function which receives nothing and returns nothing

1301


Can you pass an array to a function in c++?

1055


Define pure virtual function?

1043


how to explain our contribution in the project?

3757


Explain the difference between c++ and java.

1172


Can union be self referenced?

1215


Difference between inline functions and macros?

1093