How can a C function be called in a C++ program?
No Answer is Posted For this Question
Be the First to Post Answer
What is C++11?
What Is A Default Constructor in C++ ?
what is a pragma in C++?
Explain the importance of method overloading in C++?
0 Answers Akamai Technologies, Infogain,
What do you know about Volatile keyword in C++? Explain with an example code.
What are string library functions(syntax).
Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }
When must you use a constructor initializer list?
How to run C++ program in cmd
Do you know about Agilent PRECOMPILERS. ?
Explain encapsulation in C++.
Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70