How to generate random numbers in C++ with a range?
Write a C++ Program to Find Sum and Average of n numbers using for loop.
What Are The Differences Between A C++ Struct And C++ Class?
Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69
What is the difference between creating an object, using 'new' and using 'malloc'?
How does free know the size of memory to be deleted
How to stop class inheritance in C++ with condition that object creation should be allowed
Explain the FOR loop with a help of a code.
Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.
Write a C++ Program to Check Whether a character is Vowel or Consonant.
In C++ what do you mean by Inheritance?
What is constant keyword in C++? Illustrate its various uses.
0 Answers Akamai Technologies, Infogain,
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"; }