Is facebook written in c++?
Answer / Shreyansh Verma
Facebook's infrastructure is primarily written in C++, with a significant amount of Python for web development and PHP for managing the site's content.
| Is This Answer Correct ? | 0 Yes | 0 No |
List out some of the OODBMS available?
Which operator can not be overloaded in C++?
what is difference between static and non-static variables
What is difference between array and vector in c++?
Explain how functions are classified in C++ ?
sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there is a error occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp format.please tell me what i do now?
How can we check whether the contents of two structure variables are same or not?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Explain the difference between new() and malloc() in c++?
What are namespaces in c++?
which operator is used for performing an exponential operation a) > b) ^ c) none
What is a singleton class c++?