6.int x=10;
float y=20;
a=x%2=?
b=y%2=?

Answer Posted / prasana balasubramanian

a=0
b=0

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I HAVE DONE TESTING TOOLS COURSE,NOW I AM FRESHER,I AM NOT GETTING ANY CALLS,I WANT TO DO THE PROJECT ,WHERE I HAVE TO MEET TO DO THE PROJECT,I AM GOING WITH FAKE EXPERIENCE,SO WHAT I HAVE TO DO.

4310


how CLR identify vb file?

2503


what is meaning of MDM in sap?let me know that meaning

1689


EXPLAIN UNARY OPEARATORS

1807


What are events in smartforms?

1785






design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.

16243


What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?

1477


I'm new to ABAP. What is Module pool in SAP?

2127


Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)

765


For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?

3195


Explain polymorphism. Provide an example.

620


Which design patterns have you used?

1556


how do i add a column dynamically in a table by using java application?

1553


what are the 3 forms of a prolog term

2757


Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.

2085