Write about c++ storage classes?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Explain the difference between c & c++?

0 Answers  


What does scope resolution operator do?

0 Answers  


what is an array

17 Answers  


how can u create a doubly linked list with out using pointers?

2 Answers  


What are the advantages of using typedef in a program?

0 Answers  






Why do we need constructors in c++?

0 Answers  


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

0 Answers  


What is difference between initialization and assignment?

12 Answers   HCL, HP, Infosys,


Can I learn c++ in a week?

0 Answers  


Write the program for fibonacci in c++?

20 Answers   TATA, Wipro,


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

2 Answers   AIG, Quark,


Write a program using display() function which takes two arguments.

0 Answers  


Categories