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

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.

Answer Posted / guest

option 'c' is the answer

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is late binding c++?

980


What are c++ variables?

1057


How static variables and local variablesare similar and dissimilar?

1026


Is c better than c++?

1050


How are Structure passing and returning implemented by the compiler?

1117


Write a program in C++ for Fibonacci series

1185


Show the declaration for a pointer to function returning long and taking an integer parameter.

1120


When does a 'this' pointer get created?

1078


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

2679


Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.

1046


Which function cannot be overloaded c++?

1094


What are c++ redistributables?

1019


What is time h in c++?

1130


Describe the role of the c++ in the tradeoff of safety vs. Usability?

1200


What are advantages of c++?

1007