Just Programming
Pages
Home
C C++ Topics
JAVA Aptitude
Assaan IT Solutions
My Facebook Group
My Site
Tuesday, 12 March 2013
int goto=5;
#include
<stdio.h>
int
main(){
int
goto
=5;
printf(
"%d"
,
goto
);
return
0;
}
Compilation error
Explanation:
Invalid variable name.
goto is keyword in c. variable name cannot be any keyword of c language.
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