Is python written in c or c++?
No Answer is Posted For this Question
Be the First to Post Answer
What sorting algorithm does c++ use?
What is the use of this pointer in c++?
What happens when the extern "c" char func (char*,waste) executes?
Explain abstraction.
Define whitespace in C++.
What is command line arguments in C++? What are its uses? Where we have to use this?
Does c++ have finally?
Write a program to reverse a linked list?
8 Answers Catalytic Software, Satyam,
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
what is static function
What is implicit conversion/coercion in c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?