Is set c++?


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

Post New Answer

More C++ General Interview Questions

Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  


What is the difference between the functions rand(), random(), srand() and randomize()?

0 Answers  


What is microsoft c++ redistributable?

0 Answers  


What are stacks?

0 Answers  






founder of c++

7 Answers   Microtek, TCS, TeleCommand,


What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?

24 Answers   Infosys, Microsoft, TCS,


What is private public protected in c++?

0 Answers  


What is c++ redistributable?

0 Answers  


Can we distribute function templates and class templates in object libraries?

0 Answers  


What is the difference between #define debug 0 and #undef debug?

0 Answers  


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

0 Answers  


Categories