Programming Pandit

c/c++/c#/Javav/Python


Latest Update

Saturday, February 23, 2019

C Programming to display any Number by G Krishna Chauhan



#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