online tutorials store
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment