What is for loop and its syntax?
No Answer is Posted For this Question
Be the First to Post Answer
What is object and class in oops?
Child cObj = new Parent() Wahts the output ?
what is SPL in c++.
What does sksksk mean in text slang?
suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?
tel me oops defination in single line
Which type does string inherit from?
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
What do you mean by inline function?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
write a program that takes input in digits and display the result in words from 1 to 1000
C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.