Just Programming
Pages
Home
C C++ Topics
JAVA Aptitude
Assaan IT Solutions
My Facebook Group
My Site
Tuesday, 12 March 2013
long int 1a=5l;
#include
<stdio.h>
int
main(){
long
int
1a=5l;
printf(
"%ld"
,1a);
return
0;
}
Compilation error
Invalid variable name. Variable name must star from either alphabet or
underscore.
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