Can member data be public?
No Answer is Posted For this Question
Be the First to Post Answer
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
Is ca high or low level language?
What is increment operator in c++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What are proxy objects?
"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"
9 Answers College School Exams Tests, HCL,
Explain terminate() and unexpected() function?
What do the header files usually contains?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
the maximum length of a character constant can be a) 2 b) 1 c) 8
How the V-Table mechanism works?
Find the second maximum in an array?