Answer Posted / manojudhayakumar.r
it is very using to number of character r userd
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What do you mean by friend class & friend function in c++?
Does c++ have finally?
What does scope resolution operator do?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
What are stacks?
What is late binding c++?
What does new do in c++?
What is a multiset c++?
List the special characteristics of constructor.
the first character in the variable name must be an a) special symbol b) number c) alphabet
How do I exit turbo c++?
What is :: operator in c++?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Explain what are mutator methods in c++?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?