Can we specify variable field width in a scanf() format string? If possible how?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about Virtual Function in C++?
write the prime no program in c++?
What is pure virtual function? Or what is abstract class?
What are the rules about using an underscore in a c++ identifier?
What are arithmetic operators?
1.what is the difference between software & package &application.
What do you mean by volatile and mutable keywords used in c++?
Explain selection sorting?
When do you call copy constructors?
What operators can you overload in c++?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What are inline functions? What is the syntax for defining an inline function?