Why we get error during execution of this code? 

#include<stdio.h>
int main() 
{
 int a=2,4,6;
printf("%d", a) ;
}

Posted on by