How will you call C functions from C ++ and vice-versa?
No Answer is Posted For this Question
Be the First to Post Answer
What is abstraction c++?
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
How to avoid changing constant values?
What is difference between shallow copy and deep copy? Which is default?
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.
Write a program in C++ for Fibonacci series
0 Answers Axtria, ITC Indian Tobacco Company,
What is the benefit of learning c++?
How many types of scopes are there in c++?
What is the use of pointer in c++ with example?
Explain Text Manipulation Routines?
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
What is iterator c++?