Please post the model question paper of hal?
Answers were Sorted based on User's Feedback
Answer / mms zubeir
Friend, are you gonna work there or .......?
Is This Answer Correct ? | 0 Yes | 0 No |
What do c++ programmers do?
Can we delete this pointer in c++?
class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.
i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????
How to write a program such that it will delete itself after exectution?
Is there finally in c++?
write a program that will produce the ff. output. "what fruit will you buy? 1)apple 2)orange 3)mango ENTER CHOICE (1,2 or 3)> HOW MANY WILL YOU BUY?> THAT WILL COST XX.XX
Explain the need for "Virtual Destructor"?
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?
Write a program to get the value of sin (x) using a library function , when x is given in degrees.
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
Is c the same as c++?