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;
}
Write a C++ Program to find Square Root of a number using sqrt() function.
How to run C++ program in cmd
Write a C++ Program to Find Sum and Average of n numbers using for loop.
What are Agilent PRECOMPILERS?
Explain about Searching and sorting algorithms with complexities
How to invoke a C function using a C++ program?
Find the Factorial of a number using a program.
Is there a difference between class and struct?
Explain the importance of method overloading in C++?
0 Answers Akamai Technologies, Infogain,
What are the costs and benefits of using exceptions?
Write a program to read two numbers from the keyboard and display the larger value on the screen
What are issues if we mix new and free in C++?