Programming Languages Interview Questions
Questions Answers Views Company eMail

How to call a non virtual function in the derived class by using base class pointer

HCL,

3 5239

why array index always starts from zero??

TCS,

4 6075

Write a C/C++ program to show the result of a stored procedure "PROC_RESET_MAIL" on database "USER_NOTIFY".

ABC, Accenture, DataLand, HCL, Webyog,

2 8479

why c++ is not called strictly d super set of c?

Satyam,

3 6493

all c language question

Wipro,

1858

i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......

1693

What is MIME?

1 3192

how to swap two integers 1 and 32767 without using third variable

Microsoft, TCS,

11 13630

what does exactly the linker do?

1 3340

if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008

1584

difference between ordinary variable and pointer in C?

2 9122

from which profile r you coming?

1 2295

application attempts to perform an operation?

1482

how logic is used

1489

Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

2105


Un-Answered Questions { Programming Languages }

What is the command to debug a python program?

432


What is the difference between a blog and a website?

80


What is a patch?

78


How will you convert a list into a string?

492


What are the files required for creating custom theme ?

74






What are r data types?

81


What is context in c?

528


How are pointers type-cast?

634


What determines what is shown on my frontpage?

75


How come the code works, but doesn’t for two-dimensional array of mine?

591


If I have a char * variable pointing to the name of a function ..

637


When can you use iterators in django orm?

213


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.

1048


What is string in scala?

1


How can you determine the maximum value that a numeric variable can hold?

627