DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR C
bitwise operator
#
include
<stdio.h>
int
main
(
)
{
int
a
=
12
,
b
=
25
;
printf
(
"Output = %d"
,
a
&
b
)
;
return
0
;
}
Source by www.programiz.com #
PREVIOUS
NEXT
Tagged:
#bitwise
#operator
ADD COMMENT
Topic
COMMENT
Name
3+5 =
Submit