Register
Sign In
Skip over navigation
Home
Add New Question
Jobs
Products
Search
Select up to 30 occupations
General
Accounting/Finance/Insurance
Administrative/Clerical
Banking/Real Estate/Mortgage Professionals
Biotech/R&D/Science
Business/Strategic Management
Creative/Design
Customer Support/Client Care
Editorial/Writing
Education/Training
Engineering
Food Services/Hospitality
Human Resources
IT/Software Development
Legal
Logistics/Transportation
Manufacturing/Production/Operations
Marketing/Product
Medical/Health
Project/Program Management
Quality Assurance/Safety
Sales/Retail/Business Development
Advanced Search
Question Information
Tags
Industries
Select up to 20 industries
Company Information
Company
Country
State (USA)
City
Displaying Results
1
-
5
of
5
for search int
Salary negotiation
1800 views
7 answers
As a candidate, I have impressed my interviewer and passed all the tests. Now I need to answer the final interview question : "What is the salary that I want to get ?" Should I ...
C# types default values
875 views
2 answers
please state the default values for the following types:bool, int, string,long, enum and struct
C# int types
774 views
5 answers
please review the following:1. int g = new Int16();2. int g = new int();3. int g = new Int32();4. int g = new Int64();which ones are legal and which are not
Einstein's Riddle
1302 views
6 answers
There are 5 houses in 5 different colors in a row. In each house lives a man with a different nationality. The 5 owners drink a certain type of beverage, smoke a certain brand of ...
C# Method returning Interface vs Object
487 views
1 answers
the questions tests and states the difference of returning an objcet or an interface from a method