Polydimension
Polydimension
Tuesday, 1 April 2014
Write a program to declare Variable and print its Value.
#include<stdio.h>
main()
{
int a;
a=10;
printf("The value of a=%d",a);
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment