Showing posts with label questions. Show all posts
Showing posts with label questions. Show all posts

Saturday, December 9, 2017

HP addresses TouchPad questions

HP addresses TouchPad questions


touchpad, webos, hp
Less than two weeks ago HP dropped a bombshell by announcing they would be halting their WebOS division and effectively slashed prices on the HP TouchPad to $99 and $149 for the 16GB and 32GB models, respectively. Since then, demand for HP�s tablet has been phenomenal and finding one at that price has been next to impossible for most.
HP is surprised at the enthusiastic response from the price drop and as a result, has been flooded with questions from users and potential customers alike. The company took to their blog yesterday to answer some of the more pressing questions regarding availability, pricing and ordering.
The most common question from the public is when will HP get more TouchPads. HP says that they will have more information available in the next few days about whether or not they will have more available and if so, what the details are on the situation.
Regarding those who have signed up for alerts about replenished stock, emails will be going out to everyone on that list at the same time so each person has a fair shot at scoring the tablet. Due to high demand, no further email signup notifications are being accepted at this time.
Potential customers have also expressed dissatisfaction about people buying multiple TouchPads and reselling them for a profit online. HP says that if more stock becomes available, theyll implement an order limit to help curb this behavior.
If you purchased your TouchPad at a higher price before the liquidation sale started, you are urged to check with your retailer regarding their price match policy. A full list of questions and answers can be found on HP�s blog.
Were you one of the lucky ones to get a TouchPad for next to nothing, and if so, what do you plan to do with it?


visit link download
Read more »

Friday, December 8, 2017

Important Interview questions on basic Programming

Important Interview questions on basic Programming


1. Write a program to find factorial of the given number...
2. Write a program to check whether the given number is even or odd.
3. Write a program to swap two numbers using a temporary variable.
4. Write a program to swap two numbers without using a temporary variable.
5. Write a program to swap two numbers using bitwise operators.
6. Write a program to find the greatest of three numbers.
7. Write a program to find the greatest among ten numbers.
8. Write a program to check whether the given number is a prime.
9. Write a program to check whether the given number is a palindrome c number.
10.Write a program to check whether the given string is a palindrome .
11.Write a program to generate the Fibonacci series.
12.Write a program to print"Hello World"without using semicolon anywhere in the code.
13.Write a program to print a semicolon without using a semicolon anywhere in the code.
14.Write a program to compare two strings without using strcmp() function.
15.Write a program to concatenat e two strings without using strcat() function.
16.Write a program to delete a specified line from a text file.
17.Write a program to replace a specified line in a text file.
18.Write a program to find the number of lines in a text file..
19.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user
inputs a number out of the specified range, the program should show an error and prompt the user for a
valid input.
20.Write a program to display the multiplica tion table of a given number..
21.WAP to check a string is Caliondrom e or not. // Maventic question.
22.WAP to print DONE,witho ut using any loop. // asked to my frnd in any company.
23.WAP to print DONE,witho ut using any loop and any conditonal clause or operators. // asked to me as a cross question of 22th question by the person i asked 22th ques.
24. WAP to find out the longest word in a string.
25.Prog of WORLD MAP. // this code was written by someone,i forgot his name,he won award for this code as short and best c code. JUST FOR FUN //
26.WAP to print the triangle of letters in increasing order of lines..
27.WAP to printxayin place of everyain a string.// DOC Update on 24-jan-12.
28.Count the Total Number of 7 comming between 1 to 100.
29. Code for duplicate s removal,by Amit Aru.. // Similar question was asked in Maventic 2nd round to me,,
30. WAP to find out if a given number is a power series of 2 or not,withou t any loop and without using % modulo operator.. // asked by someone on BJS..





visit link download
Read more »