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 structured data type is not used in c++?
1.union 2.structure 3.string 4.boolean

Answers were Sorted based on User's Feedback



which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean..

Answer / sunil mechu

structure

Is This Answer Correct ?    12 Yes 5 No

which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean..

Answer / sowmya

boolean

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More OOPS Interview Questions

swapping program does not use third variable

5 Answers   TCS,


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

1 Answers   Accenture,


Why do we use inheritance?

0 Answers  


Advantage and disadvantage of routing in telecom sector

0 Answers  


define a string class. overload the operator == to compare two strings

2 Answers   Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,


What is difference between inheritance and polymorphism?

0 Answers  


#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][2]; }

1 Answers  


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

0 Answers  


Why is there no multiple inheritance?

0 Answers  


write a C++ program for booking using constructor and destructor.

0 Answers   HAL,


What is purpose of inheritance?

0 Answers  


What does enum stand for?

0 Answers  


Categories