Teaching Rajasthan Basic Computer Instructor 2021 Mock Test Programming and Data Structure Programming in C
निम्नलिखित सूडो कोड कथनों का आउटपुट क्या होगा?
integer a = 456, b, c, d =10
b = a/d
c = a - b
print c
1
410
2
410.4
3
411.4
4
411
निम्नलिखित सूडो कोड कथनों का आउटपुट क्या होगा?
integer a = 456, b, c, d =10
b = a/d
c = a - b
print c