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
Diff between IF and where ?
hai i am prasanna.I am MCA 2009 fresher.tell me about certifications.which certification helps me to improve my carrier and to get a technically oriented job ,which certification helps to get job faster.
what is throws keyword
5.Call by value and Call by reference with program?
what do u mean by tagging
Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.
Plz sent me in .net 2.0 interview Question & answers?
what is best way to create a Thread class & why?
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
Difference between debugging, running, executing of an application
How to set on/off a group of indicators in a single statement?
what is delegate and how works delegate and event.
Write a pascal program to calculate the sum of the first 100 even number and odd number
What's the difference b/w Table & Templete in Smartform?
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.