Just Programming
Pages
Home
C C++ Topics
JAVA Aptitude
Assaan IT Solutions
My Facebook Group
My Site
Wednesday, 13 March 2013
EOF as variable name
#include
<stdio.h>
int
main(){
int
EOF=12;
printf(
"%d"
,EOF);
return
0;
}
Compilation error
Explanation:
Variable name cannot be pre defined function of included header file.
Blog Author:
Vijay Kumar
Go to:
Java Aptitude
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment