Is python written in c or c++?
No Answer is Posted For this Question
Be the First to Post Answer
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
Is c++ double?
what is difference between static and non-static variables
What is using namespace std in c++?
What is late binding c++?
What is difference between initialization and assignment?
12 Answers HCL, HP, Infosys,
What is ifstream c++?
What is data type in c++?
What is split a string in c++?
What are the important differences between c++ and java?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What does new return if there is insufficient memory to make your new object?