C Programming to display any Number by G Krishna Chauhan

C Programming to display any Number

#include<stdio.h>#include<conio.h>void main ()

{    
 int a,b;     
printf("Value of a is %d",a);     
printf("Value of b is %d",b);
getch();}

No comments:

Post a Comment