Evaulate: 22%5
a) 2
b) 4
c) 0
No Answer is Posted For this Question
Be the First to Post Answer
Why do you use the namespace feature?
give me some class & objects examples?
How can I disable the "echo" feature?
the maximum length of a character constant can be a) 2 b) 1 c) 8
Can we make any program in c++ without using any header file and what is the shortest program in c++.
Can you explain the term "resource acquisition is initialization?"
What is c++ and its features?
Explain the use of vtable.
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Can malloc be used in c++?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
Define Virtual function in C++.