Write about the various sections of the executable image?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need constructors in c++?
Explain the benefits of proper inheritance.
What is a mutex and a critical section.Whats difference between them?How do each of them work?
What are punctuators in c++?
What is the use of 'this' pointer?
Program to check whether a word is a sub-string or not of a string typed
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 is the use of endl in c++?
Is ca high or low level language?
What data encapsulation is in c++?
Comment on local and global scope of a variable.
What are advantages of c++?