Can we use THIS Pointer in static function – Reason in C++?
No Answer is Posted For this Question
Be the First to Post Answer
Discuss about iteration statements in C++ .
Explain why C++ is not purely Object Oriented Language
Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69
C++ Public access specifier instead of Private – What is bad ?
How does stack look in function calls? When does stack overflow? What can you do to remedy it?
Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
Explain the difference between C and C++.
How can a C function be called in a C++ program?
Write a C++ Program to find Square Root of a number using sqrt() function.
Write a C++ Program to Find whether given Number is Odd or Even.
What Is Polymorphism in C++ ?
2 Answers IBS, Impetus, ITC Indian Tobacco Company, Motorola,
Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }