tectura Company Programming Output

#include
using namespace std;
int main()
{
int arr[]={4,5,6,7};
int *p=(arr+1);
cout<

Read Solution (Total 0)

tectura Other Question

#include
using namespacestd;
int main()
{
int i'
enum month {
JAN=1,FEB,MAR,APR,MAY,JUN,JUL,AUG,SEP,O

CT,NOV,DEC};

FOR(i=MAR;i<=NOV;i++)
cout<