What will be the output of following program?
#include <cstdlib>
#include <iostream>
using namespace std;
int main()
{
int p;
p = 1,2,3;
printf(%d,p);
system(PAUSE);
return 0;
Reveal answer
Fill a bubble to check yourself