What is a storage class? Mention the storage classes in c++.
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by funtion prototype?
What is object file? How can you access object file?
How many standards of c++ are there?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
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
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is a manipulative person?
What will the line of code below print out and why?
What is conversion constructor?
What is the output of printf("%d")?
58 Answers CTS, HCL, Infosys, TCS, Winit, Wipro,
What are the various arithmetic operators in c++?