List different attributes in C++?


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

Post New Answer

More C++ General Interview Questions

Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

0 Answers  


What do you mean by function overriding & function overloading in c++?

0 Answers  


what is COPY CONSTRUCTOR and what is it used for?

0 Answers  


Which one is a preferred language C or C++? Why?

0 Answers  


make a middle node of doubly linklist to the top of the list

1 Answers  


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

0 Answers  


Can we specify variable field width in a scanf() format string? If possible how?

0 Answers  


What will happen if when say delete this ?

7 Answers  


What are the methods of exporting a function from a dll?

0 Answers  


What happens when the extern "c" char func (char*,waste) executes?

0 Answers  


What are enumerations?

0 Answers  


Can I learn c++ without learning c?

0 Answers  


Categories