what r the premitive data type in java & c++?
i am doing engg
Answers (4)
Glenn L
Principal Consultant at Nebula Consulting, Top Bloke and Open Networker
Best Answers in: Biotech (1)
Glenn L suggests this expert on this topic:
I have suggested an expert to answer this but you should try to rephrase the question.
Juergen (Jay) H
Making Product Development more productive - one step at a time
Best Answers in: Organizational Development (2), Change Management (1), Market Research and Definition (1), Engineering (1), Interface Design (1), Product Design (1), Pricing (1), Positioning (1), Computer Networking (1)
Hi Krishna,
maybe you should ask in the appropriate category "Technology > Software Development". Or google it (RTFM): http://www.google.com/search?q=primitive+data+types+in+java
Oh, and you are looking for "primitive" not "premitive"
Ajay M
Senior Manager - Branch Head
Best Answers in: Customer Service (4), Hotels (4), Government Policy (3), Air Travel (1), Travel Tools (1), Job Search (1), Venture Capital and Private Equity (1), Compensation and Benefits (1), Personnel Policies (1), Internationalization and Localization (1), Business Analytics (1), Corporate Governance (1), Currency Markets (1), Inventory Management (1), Packaging and Labeling (1), Wealth Management (1), Ethics (1), Business Plans (1), Small Business (1), Green Business (1), Web Development (1)
Hello Krishna,
I think your question would go wasted here under this sub-category of "Customer Service", and you would be better off asking such 'software / IT - related' questions under the sub-categories of "Information Technology", "Software Development" and "Enterprise Software", in order for you to get a better response rate.
This 'Customer Service' area does not denote the customer service of Linkedin.com, but instead the field/business/industry/profession/industry/occupation of customer service or customer satisfaction.
Have a nice day !
Thanks & regards,
Ajay Merchant.
Hi Krishna, in general, primitive data types are data types predefined by the programming language, they are named with reserved keywords and are used as basic building blocks. Normally you can not override the default behavior for theses data types (there are some exceptionns). For C++ some examples of primitive data types are int (for integer values), float (for floating point values) and char (for charcaters).
You can find out more in wikipedia.