What is correct about the static data member of a class?
A static member function can access only static data members of a class.
A static data member is shared among all the object of the class.
A static data member can be accessed directly from main().
Both A and B.
\(\sqrt{5.4756}\)= ?
Which one of the following statement is true?
Auto indentation is not possible in vi editor
Auto indentation can be set using the command ':set ai'
Auto indentation can be set using the command ':set noai'
Auto indentation is set by default in vi editor
Which of the following statements is true in C++?
A struct cannot have member functions
A struct cannot have private members
The default access modifier of struct is public
None of these