Is swift better than c++?


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

Post New Answer

More C++ General Interview Questions

What is the difference between a definition and a declaration?

0 Answers  


Can union be self referenced?

0 Answers  


What is setfill c++?

0 Answers  


How do you declare A pointer to function which receives an int pointer and returns a float pointer

0 Answers  


What is split a string in c++?

0 Answers  






What is the average salary of a c++ programmer?

0 Answers  


Are iterators pointers?

0 Answers  


What c++ is used for?

0 Answers  


Does c++ support exception handling?

0 Answers  


Can we declare destructor as static? Explain?

3 Answers  


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,


What is endl c++?

0 Answers  


Categories