Discussion :: Objects and Classes
-
What will be the output of the following program?
#include
int main()
}Freshergate objgate; objgate.SetValue((char*)"Fresher", (char*)"Gate"); objgate.ShowValue(); return 0; }
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment