1,125 views

1 Answer

0 votes
0 votes
Ans-Friend function

they are defined outside the scope of the class but has rights to access all the private and protected members of the class

even though the prototype of a friend function appers in the class definition they are not members of the class

Related questions

0 votes
0 votes
2 answers
1
Harikesh Kumar asked Jun 12, 2017
1,292 views
Choose the statement that are syntactically incorrect in C language?1.for( ; ; );2./* this is a /* a valid */ comment*/3.return 5;4.return(6+3);
0 votes
0 votes
1 answer
2
Harikesh Kumar asked Jun 12, 2017
967 views
Which contains the information about a file that is needed by the system programs that access the file records?1.A file header2.A file descriptor3.Bootstrap4.Both 1 and ...
0 votes
0 votes
1 answer
3
Harikesh Kumar asked Jun 12, 2017
409 views
A logical schema is a database 1. is the entire database 2.is the standard way of organizing information into accessible parts 3.describes how data actually store in disk...
0 votes
0 votes
1 answer
4
Harikesh Kumar asked Jun 12, 2017
797 views
A sorting algorithm is called stable if1.It takes O(n log n) time2.It maintains relative order of occurrence of non-distinct elements3.It uses divide and conquer paradig...