it's my first problem solution submitted in this site..... n itz showing compiling error.... i can't understand wat kinda error is here... :
#include<stdio.h>
#include<conio.h>
int main()
{
int a;
do
{
scanf("%d", &a);
printf("%d\n", a);
}while(a<=42);
return 0;
getch();
}
can any one help me out???