How can a C function be called in a C++ program?
No Answer is Posted For this Question
Be the First to Post Answer
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; }
How will you print a list of all unique words from a string which may contain repeated words?
What's the value of the expression 5["abxdef"]?
How to convert integer to string in C++
What is an algorithm (in terms of the STL/C++ standard library)?
What is constant keyword in C++? Illustrate its various uses.
0 Answers Akamai Technologies, Infogain,
What does malloc return in C and C++?
What does it mean to declare a function or variable as static?
Do you know about Agilent PRECOMPILERS. ?
what is friend function in C++?
What is bool in C++
Find the Factorial of a number using a program.