pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
vids
6 minutes ago
jailb
6 minutes ago
person check
5 hours ago
node add
5 hours ago
ZonedDateTime
5 hours ago
nid
5 hours ago
lowestCars highestCars
5 hours ago
Entity id
5 hours ago
binkey
5 hours ago
node access
5 hours ago
Value of
#include <stdio.h>
void
main
(
)
{
int
a,b,c;
printf
(
"Enter value of A:"
)
;
scanf
(
"%d"
,&a
)
;
printf
(
"Value of A is %d"
,a
)
;
++a;
b=a
+10
;
scanf
(
"%d"
,&b
)
;
printf
(
"Value of B is %d"
,b
)
;
c=
(
14
+b-
(
a--
)
)
;
scanf
(
"%d"
,&c
)
;
printf
(
"Value of C is %d"
,c
)
;
return
0
;
}
Parsed in 0.003 seconds