Identify the error in the following program.
include<iostream>
using namespace std;
void main()
{
int num[]={1,2,3,4,5,6};
num[1]==[1]num ? cout<<"Success" : cout<<"Error";
}
Explain the FOR loop with a help of a code.
Write a program that can take input from 3 to 8 and calculate the average?
What is the difference between realloc() and free() in C++?
What is a COPY CONSTRUCTOR and when is it called?
Do you know about Agilent PRECOMPILERS. ?
Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.
What do you by Function Overloading in C++?
0 Answers Akamai Technologies, Infogain,
What is bool in C++
What does it mean to declare a member function as static in C++?
What Is Polymorphism in C++ ?
2 Answers IBS, Impetus, ITC Indian Tobacco Company, Motorola,
Discuss about iteration statements in C++ .
Question on Copy constructor.