Answer Posted / roshan
array is a group of elements.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
When should you use global variables?
What are c++ variables?
Out of fgets() and gets() which function is safe to use?
Discuss the possibilities related to the termination of a program before entering the mainq method?
write a function signature with various number of parameters.
Evaluate !(1&&1||1&&0) a) Error b) False c) True
Describe delete operator?
Why we use #include iostream in c++?
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
How many characters are recognized by ANSI C++?
Is c or c++ more useful?
What is a constructor and how is it called?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is a null object in c++?
What are c++ storage classes?