how could explain about job profile


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

main() {int a=200*200/100; printf("%d",a); }

14 Answers   TCS,


Difference between linking and loading?

0 Answers  


Explain how do you generate random numbers in c?

0 Answers  


why integer range between -327680to+32767

2 Answers  


print 1-50 with two loop & two print Statement

2 Answers  






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.

0 Answers   Microsoft,


What is page thrashing?

0 Answers  


How to reverse a string using a recursive function, with swapping?

5 Answers  


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


What does 3 periods mean in texting?

0 Answers  


Difference between Class and Struct.

13 Answers   Ericsson, Motorola, Wipro,


what type of errors are checked during compilation

3 Answers  


Categories