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...


i have given a project to create examination seating plan
system in c++. so can anyone send me the answer of this
question quickly??????



i have given a project to create examination seating plan system in c++. so can anyone send me the ..

Answer / parul

Did you get any help regarding that project. If so, then please share it with me too.
kohliparul@yahoo.com

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More C++ General Interview Questions

What do you mean by vtable and vptr in c++?

0 Answers  


Differentiate between an array and a list?

0 Answers  


Why are pointers used?

0 Answers  


const char * char * const What is the differnce between the above two?

11 Answers   TCS,


What are function prototypes?

0 Answers  


What is the output of this prog. ? struct A { A(){ cout << \"A\"; } }; struct B { B(){ cout << \"B\"; } }; struct C { C(){ cout << \"C\"; } }; struct D { D(){ cout << \"D\"; } }; struct E : D { E(){ cout << \"E\"; } }; struct F : A, B { C c; D d; E e; F() : B(), A(),d(),c(),e() { cout << \"F\"; } };

2 Answers  


Difference between pointer to constant vs. Pointer constant

0 Answers  


What are different types of typecasting supported by C++

1 Answers   CA,


What is a storage class in C++

1 Answers  


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

0 Answers  


What is problem with overriding functions?

0 Answers  


Why cstdlib is used in c++?

0 Answers  


Categories