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


#include <iostream>
using namespace std;
struct wow {
int x;
};
int main() {
wow a;
a.x = 22;
int c = a.x;
int *b = new int;
cout << c;
return 0;
}
option:
No output
0
22
-(11)
Will not compile

Answer Posted / tiger

22

Is This Answer Correct ?    11 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Get me a number puzzle game-program

2183


Why do we use encapsulation in oops?

973


What is the difference between abstraction and polymorphism?

1051


Why is polymorphism used?

997


when to use 'mutable' keyword and when to use 'const cast' in c++

2113


what are the different types of qualifier in java?

2219


What is difference between oop and pop?

1104


Which type does string inherit from?

1063


What is property in oops?

990


Why is there no multiple inheritance?

956


Why do we need polymorphism in c#?

1100


What is encapsulation in simple terms?

978


Write a program to reverse a string using recursive function?

2278


What is destructor example?

991


How to improve object oriented design skills?

950