Just Programming
Pages
Home
C C++ Topics
JAVA Aptitude
Assaan IT Solutions
My Facebook Group
My Site
Tuesday, 12 March 2013
underscore as variable
#include
<stdio.h>
int
main(){
int
_=5;
int
__=10;
int
___;
___=_+__;
printf(
"%i"
,___);
return
0;
}
output: 15
Explanation: Variable name can have only 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