What is the C-style character string?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any difference between int [] a and int a [] in c++?
Can malloc be used in c++?
What are all predefined data types in c++?
Why do we need function?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
When is the destructor called?
What is called array?
How does java differ from c and c++?
Explain container class.
What is the protected keyword used for?
Explain the volatile and mutable keywords.
Why do we use iterators?