What is good attributes of Programming language ?
Answer Posted / pankaj
The attributes of good programming languages:
1. A programming lang must be universal: Every problem must have a solution that can be programmed in the language,if the problem can be solved at all by a computer.
2. It should be natural for solving problems in its own domain.
3.Implementable: it must be possible to execute every well formed program.
| Is This Answer Correct ? | 32 Yes | 8 No |
Post New Answer View All Answers
smal talk is pure object oriented or not?
I want Ada programming language books. Could anyone post me any link for that?
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
I am taking the bmc control m/enterprise manager 7.0 scheduling test and just wanted to see what kind of questions they would ask or if anyone has taken the test and how long it is for how many questions?
hi this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com
Explain three modes in which files can be accessed from python program
Hi guyes, I have cleared 2 technical rounds with cts for liferay and java techonologies, i have client round next week, please tell me how to prepare for this what questions i should be ready to face?
THE CHANNEL IN DATA COMMUNICATION CAN BE?
Difference of Console, web & windows applications?
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
what is meant by life cycle of a business
what is the diffrence between software and hardware language?
Hi all... I had completed MSC(Computer) and had join the construction company based on sap.they want me to work on abap.but software company is totally different from construction company and they want me 2 grasp it as fast i can.i am finding it difficult.what should i do??????
What is the first message line that any language learning prints on the screen? and why?
How do you initialize a static member of a class with return value of some function?