How is static data member similar to a global variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is function prototyping?
What is istream and ostream in c++?
What is the difference between new() and malloc()?
Why do we use setw in c++?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
Which compiler does turbo c++ use?
What is polymorphism and its type in c++?
What are proxy objects in c++?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?
Why is c++ not purely object oriented?
What is the basic difference between C and C++?
How can we read/write Structures from/to data files?