Answer Posted / sonia
sir,u can check my abilities and the decide if u want to
hire me or not.I think I can satisfy your objectives but
finally you have to decide whether i am suitable for the
job or not. test my skills and choose me in your favour
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
Explain three modes in which files can be accessed from python program
write a sql qwery which include joining of two tables 4 marks mainframe
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
Write a pascal program to calculate the sum of the first 100 even number and odd number
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
How does the TCP handle the issue of multiplexing?
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
how to convert the data from HTML file to SAS dataset?
MOV.CB 007H,ADCON1 MOVE.CT 001H,_OPTION_REG_7 MOV.CB 007H,CMCON
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)
Write a program to find duplicate number from array in minimum time complexity.