Who's the winner among the three???

Google NEXUS ONE
APPLE IPHONE
HTC ANDROID

Let's check by loaading a web page using WI-FI connectivity



1001 Movies You Must See Before You Die

  1. A Trip to the Moon (1902)
  2. The Great Train Robbery (1903)
  3. The Birth of a Nation (1915)
  4. Les Vampires (1915)
  5. Intolerance (1916)
  6. The Cabinet of Dr. Caligari (1919)
  7. Broken Blossoms (1919)
  8. Way Down East (1920)
  9. Within Our Gates (1920).....
Click here to browse 20 Best websites To Download Free E books

20 Best websites To Download Free E books
Click This link to get all the latest softwares

Click on the 'SOFTWARES' Tab on the Top
SOFTWARE link1


C# Interview Questions

Dot Net Interview Questions

C & C# Interview Questions
C# Interview Questions...Click Here!!!!

C Written test sample programs and outputs




Predict the output or error(s) for the following:

1. void main()
{
int const * p=5;
printf("%d",++(*p));
}
Answer:
Compiler error: Cannot modify a constant value.
Explanation:
p is a pointer to a "constant integer". But we tried to change the
value of the "constant integer".

2. main()
{
char s[ ]="man";
int i;
for(i=0;s[ i ];i++)
printf("\n%c%c%c%c",s[ i ],*(s+i),*(i+s),i[s]);
}
Answer:
mmmm
aaaa
nnnn
Explanation:
s[i], *(i+s), *(s+i), i[s] are all different ways of expressing the
same idea. Generally array name is the base address for that array. Here s is
the base address. i is the index number/displacement from the base address. So,
indirecting it with * is same as s[i]. i[s] may be surprising. But in the case of C
it is same as s[i].

3. main()
{
float me = 1.1;
double you = 1.1;
if(me==you)
printf("I love U");
else
printf("I hate U");
}
Answer:
I hate U
.NET Interview Questions
.NET Interview Questions...Click Here!!!!

Sharepoint Interview Questions
Sharepoint Interview Questions...Click Here!!!!

ASP.NET Interview Questions
ASP.NET Interview Questions...Click Here!!!!

Sample Questions:

· What is view state and use of it?
The current property settings of an ASP.NET page and those of any ASP.NET server controls contained within the page. ASP.NET can detect when a form is requested for the first time versus when the form is posted (sent to the server), which allows you to program accordingly.

· What are user controls and custom controls?
Custom controls:
A control authored by a user or a third-party software vendor that does not belong to the .NET Framework class library. This is a generic term that includes user controls. A custom server control is used in Web Forms (ASP.NET pages). A custom client control is used in Windows Forms applications.

User Controls:
In ASP.NET: A user-authored server control that enables an ASP.NET page to be re-used as a server control. An ASP.NET user control is authored declaratively and persisted as a text file with an .ascx extension. The ASP.NET page framework compiles a user control on the fly to a class that derives from the System.Web.UI.UserControl class.

· What are the validation controls?
A set of server controls included with ASP.NET that test user input in HTML and Web server controls for programmer-defined requirements. Validation controls perform input checking in server code. If the user is working with a browser that supports DHTML, the validation controls can also perform validation using client script.

· What's the difference between Response.Write() andResponse.Output.Write()?
The latter one allows you to write formattedoutput.

· What methods are fired during the page load? Init()
When the page is instantiated, Load() - when the page is loaded into server memory,PreRender () - the brief moment before the page is displayed to the user as HTML, Unload() - when page finishes loading.

·
Where does the Web page belong in the .NET Framework class hierarchy?
System.Web.UI.Page

· Where do you store the information about the user's locale?
System.Web.UI.Page.Culture




Hyderabad, Dec. 16

It is exactly one year to this day when Satyam Computer Services, then in top-4 IT services company league, took the corporate world by surprise by announcing its controversial plan to buy the two Maytas companies – Maytas Infra and Mytas Properties – for Rs 8,000 crore.

The excuse was to diversify into the infrastructure business considered to be the next big thing.

The decision to acquire the promoter's family business enraged the investor community. For, it would have eroded all the Rs 8,000-crore cash pile the IT major had accumulated.

Incensed, they grilled Mr B. Ramalinga Raju, the then Chairman, and Mr Vadlamani Srinivas, then Chief Financial Officer, at the investor call towards the evening.

Mr Raju had to recall the move the following day, raising curtains on the murkiest corporate dramas in independent India.

The decision did not put off the crisis. What followed, in fact, stunned the country.

The Central Bureau of Investigations, which had put the size of the fraud at about Rs 7,000 crore initially, had said that the size was much bigger at Rs 12,000 crore in the supplementary charge-sheet filed in November 2009.

This, however, doesn't include the losses suffered by the shareholders.

The value of the share, once darling blue chip of investors, fell like nine pins, eroding thousands of crores of investor money overnight and putting into question the fate of employees and clients. After putting up a brave face for 20 days, Mr Raju wrote a letter to the Bombay Stock Exchange on January 7, 2009, admitting to the fraud that put the Government, corporates and investors in absolute disbelief and shock. Mr Raju had claimed that he did this to be in the big league and that the plan to acquire the Maytas twins was to salvage the problem.

The allegations against Mr Raju were too many. Siphoning off funds, off-loading promoter shares, diversion of funds, inflation of employee numbers, inserting fictitious invoices to inflate revenues and forgery.

But for the timely intervention by the Union Government, the company would have gone into oblivion. Superseding the 10-member board, the Government named a six-member board, comprising experts in banking, corporate governance, IT and financial services.

With their hands strengthened by the Government and the Company Law Board, the new board got into action by talking to clients and employees in order to restore confidence. After achieving this, they proceeded to select a suitor for the company. IBM, L&T, Cognizant, iGATE and B K Modi's Spice group were among those who showed interest. But it was the Mahindras that emerged as a dark horse by clinching the deal on April 13 at Rs 58 a share or about Rs 2,900 crore to get 51 per cent stake in the company.

Though analysts were divided over the Satyam buy, the Tech Mahindra management, led by Mr Anand Mahindra, the group's Vice-Chairman, toured extensively all over the world, assuring the employees and clients about the continuity in business processes, as the company changed its name to Mahindra Satyam.

The staff number, which stood at 53,000 at September 30, 2008 (the last time the erstwhile management published the numbers), had fallen to about 28,000, with the new management getting rid of “redundancies”.

In 2010, Satyam is likely to lose its identity too. The Mahindras have dropped enough hints that the company would be merged into Tech Mahindra.

Source : http://www.blonnet.com/2009/12/17/stories/2009121752300400.htm