How can I learn dev c++ programming?


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

Post New Answer

More C++ General Interview Questions

What are the different types of Storage classes?

5 Answers  


What is Virtual Inheritance?

7 Answers   Amazon, Wipro,


Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)

4 Answers   HTC, TCS,


What happens when a function throws an exception that was not specified by an exception specification for this function?

1 Answers  


Explain the pure virtual functions?

0 Answers  






Can you use the function fprintf() to display the output on the screen?

0 Answers  


What is doubly linked list in c++?

0 Answers  


What is multithreading and what is its use?Whats are multithreading techniques used in C++?

1 Answers  


What is the use of register keyword with the variables?

0 Answers  


Will the inline function be compiled as the inline function always? Justify.

1 Answers  


What do you mean by friend class & friend function in c++?

0 Answers  


When is a template a better solution than a base class?

1 Answers  


Categories