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";
}
Write a C++ Program to Check Whether a character is Vowel or Consonant.
CDPATH shell variable is in(c-shell)
What are the advantages/disadvantages of using inline and const?
what is a pragma in C++?
Briefly explain various access specifiers in C++.
In C++ what is a vtable and how does it work?
What is a virtual base class?
What is the purpose of a constructor? Destructor?
What are Agilent PRECOMPILERS?
What is Boyce Codd Normal form?
write a program To generate the Fibonacci Series.
What does it mean to take the address of a reference?