Answer Posted / sanjith
ths stmt is used to print a output value
Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What is a linked list in c++?
What is the difference between public and private data members?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Explain what you mean by a pointer.
Is it possible for a member function to use delete this?
What is virtual destructor ans explain its use?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What is constructor c++?
What do you mean by inheritance in c++? Explain its types.
What is this pointer in c++?
What is the difference between new() and malloc()?
What character terminates all character array strings a) b) . c) END
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Explain the difference between class and struct in c++?
How is c++ used in the real world?