how to swap 2 numbers in a single statement?
Answers were Sorted based on User's Feedback
Who had beaten up hooligan "CHAKULI" in his early college days?
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
what is pointer
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
write a programme to convert temperature from farenheit to celcius?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
Which driver is a pure java driver
Given a number N, product(N) is the product of the digits of N. We can then form a sequence N, product(N), product(product(N))… For example, using 99, we get the sequence 99, 99 = 81, 81 = 8. Input Format: A single integer N Output Format: A single integer which is the number of steps after which a single digit number occurs in the sequence. Sample Test Cases: Input #00: 99 Output #00: 2 Explanation: Step - 1 : 9 * 9 = 81 Step - 2 : 8 * 1 = 8 There are 2 steps to get to this single digit number. Input #01: 1137638147
biggest of two no's with out using if condition statement
WHAT IS PRE POSSESSORS?
WHAT IS HIGH LEVEL LANGUAGE?