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


which is best institue to learn C/C++ IN AMEERPET OR
MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS IN ADVANCE

Answers were Sorted based on User's Feedback



which is best institue to learn C/C++ IN AMEERPET OR MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS..

Answer / swamy

Kalyan IT in SR Nagar.

Is This Answer Correct ?    47 Yes 1 No

which is best institue to learn C/C++ IN AMEERPET OR MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS..

Answer / rajashekar

Kalyan IT, I am the ex student of kalyan sir,
Its very good,
and one thing It was very easy to identify which institute is good for witch course in ammerpate Go to mitrivanam Road ask the students who are passing on the way , take there suggestion.

Is This Answer Correct ?    38 Yes 0 No

which is best institue to learn C/C++ IN AMEERPET OR MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS..

Answer / suresh

KALYAN IT is the BEST

Is This Answer Correct ?    32 Yes 0 No

which is best institue to learn C/C++ IN AMEERPET OR MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS..

Answer / teja

KALYAN IT SR NAGAR (AMMERPATE).
I am the old student of kalyan SIR.
ITS very good.

Is This Answer Correct ?    28 Yes 0 No

which is best institue to learn C/C++ IN AMEERPET OR MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS..

Answer / siva

Srinivas at Lakidakapul,which is near nelofur Hosiptial.
For C,C++ programming practice is must.

Is This Answer Correct ?    0 Yes 17 No

Post New Answer

More C++ General Interview Questions

A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.

0 Answers  


Define 'std'.

0 Answers  


Is map ordered c++?

0 Answers  


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

0 Answers  


Please explain class & object in c++?

0 Answers  


How do you invoke a base member function from a derived class in which you have not overridden that function?

0 Answers  


Is c++ platform dependent?

0 Answers  


What is a class template in c++?

0 Answers  


What is istream c++?

0 Answers  


What is the extension of c++?

0 Answers  


class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


How do you allocate and deallocate memory in C++?

1 Answers  


Categories