Why should we use null or zero in a program?
No Answer is Posted For this Question
Be the First to Post Answer
Which programming language is best?
What language does google use?
What do manipulators do?
What is a stack c++?
What is a list c++?
What are raw sockets, where they are efficient?
What is the use of seekg in c++?
What does '\r' and '\b' mean? Please explain with example.
Is structure can be inherited?
How the delete operator differs from the delete[]operator?
1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v
Can manipulators fall in love?