Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) Hello Friends,I am seeking for a job in php having 9 months. exp.Please suggest any company openings.
1 2196Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
1 1966A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
1 2319I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
1 3969I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
1 2356how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
1 1868can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
1988Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
1 4256
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
hi send me sample aptitude papers of cts?
Do you know the difference between malloc() and calloc() function?
What is the current stable version of php? What advance thing in php7?
Given a vector of numbers, how would you turn the values into scientific notation?
What is the latest version of joomla?
Explain me is it possible to destroy a cookie?
What is the process to get the home directory using ‘~' in python?
How to read a 10gb (or larger) file size in python?
How to Retrieve the line number that a memo's cursor is on?
write a program to find out prime number using sieve case?
Differentiate between null and void pointers.
Did you contributed the drupal site (any module)?
How do I download a file over http using python?
How to create a web form?