Const char *p , char const *p What is the difference between the above two?
No Answer is Posted For this Question
Be the First to Post Answer
What is the main function c++?
What are the extraction and insertion operators in c++? Explain with examples.
What is the importance of mutable keyword?
What is virtual base class?
Ask to write virtual base class code?
What is size of string in c++?
What are the advantages of pointers?
what is difference between internet and Internet?
12 Answers College School Exams Tests, Microsoft, MIT, TCS,
What you mean by early binding and late binding? How it is related to dynamic binding?
int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30
What does obj stand for?
difference between macro and function?