Write a function to multiply 2 numbers.
View
How to apply for internship?
View
Print the spiral order matrix as output for a given matrix of numbers.
View
How ZooKeeper in Hadoop Works?
View
Brief about Bus structure. Explain types of Bus structures ?
View
Write a program to print Fibonacci series of n terms where n is input by user :
0 1 1 2 3 5 8 13 21 .....
In the Fibonacci series, a number is the sum of the previous 2 numbers that came before it.
View
Enter 3 numbers from the user & make a function to print their average.
View