Programming Languages Interview Questions
Questions Answers Views Company eMail

The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

Microsoft,

1056

Advantage and disadvantage of routing in telecom sector

784

Explain Win32 Program Execution flow?

1119

Explain output of printf("Hello World"-'A'+'B'); ?

969

.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

1993

we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

802

Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

Zoho,

1115

int i=10; printf("%d %d %d", i, i=20, i);

1007

largest Of three Number using without if condition?

1003

What is your favorite subject?

Ericsson, Invendis, Tech Mahindra,

1 1343

I am trying to get into IT companies. I am finding it very difficult to have it. Don't know at what place I am lacking. At least, if some interviews get conducted, there is a chance of understanding it a bit. Some of my friends are working as fake in IT and they said, HR and other conducting people are not even opening the request posted by freshers, while being a fresher, it is making me very stressed. Even I applied at many companies but not getting response. I asked from my friends about my resume because I was worrying whether I am making mistakes in representing myself but they said it is okay enough. Now coming to education, I have completed M.Tech., GATE(2 times), NET, Research Paper in IEEE international conference (accepted and in process to be published) etc. While submitting the resume, I am mentioning the projects and link of codes that I have done. Still I am only getting the calls from BPO and Voice support that is completely irrelevant for me. There are my seniors who are getting more than 100K per month, they say, I am better than they are based on my education and what ever they observed, it makes me feel better for a moment but still I am not confident enough because I don't have actual idea of working in industry. The more important is, I am jobless and not getting opportunity to start my career. Now I am thinking to hide my degree and other qualifications, and producing fake experience certificate of 2+ years. Putting fake is making me feel guilty and uncomfortable but I have no other choice. Can somebody please suggest me whether I should do it or not? Your suggestions are valuable for me. I am thankful to all of you!

821

what is Restful Resource Controllers ?

1 1004

What is meant by check method ?

1 1002

How to Sharing Data with all Views ?

1 1008

How to get Retrieving a Cookie in Laravel ?

1 938


Un-Answered Questions { Programming Languages }

How do you handle drag and drop in ole?

593


How do we create dcom object in vb6?

688


What is n in c?

571


How can I wait until we receive data using python socket?

463


What is binary safe function in php?

570






What should one use for plugin development — custom post types or custom database tables?

101


What is array within structure?

581


What is a base class?

599


What does r mean in xcode?

1


Should I learn r or python first?

452


Why 'search' function in drupal is better than other cms?

84


What functions are used for dynamic memory allocation in c language?

597


What is method swizzling in objective c and why would you use it?

1


How does session work in php?

532


Explain what are the different file extensions involved when programming in c?

629