i m using visual studio 2012 and i pass three command line arguments as 10 20 30 and when i m compile the program get error.....need help


#include<stdio.h>
#include<conio.h>
#include<stdlib.h>...