Intro to Computer and Programming
Pages
HOME
LAB TASKS
ASSIGNMENTS
LET US C SOLUTIONS
Monday, 3 October 2011
03-10-2011 Checking Problems by No Initialization
/*no Initialization can make logical errors*/
#include
<stdio.h>
#include
<conio.h>
main()
{
int
a;
printf(
"%d"
,a++);
getche();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment