TCS Company Programming Basics

What happens when you perform a bitwise operation on these numbers? The result of the expression 4^12 is:
A)2 B)4 C)8 D)12

Read Solution (Total 3)

TCS Other Question

When a two-digit number is multiplied by the sum of its digits, the product is 913. When the number obtained by interchanging its digits is multiplied by the sum of the digits, the result is 418. The sum of the digits of the given number is :
1)5 2)4 3)7 4)6
The in-order and pre-order traversal of a binary tree is D B E A F C G and A B D E C F G, respectively. The post-order traversal of the binary tree is:
A)D E B F G C A B)E D B G F C A C)E D B F G C A D)D E F G B C A