what is programming language?
Answers were Sorted based on User's Feedback
Answer / manager
Programming language is tool that provided by developing a software.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / p.krishanamoorthy
A programming language is a formal constructed language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs to control the behavior of a machine or to express algorithms.
Is This Answer Correct ? | 2 Yes | 0 No |
write a program on c(or)c++(or)java language i.e if i have 5 numbers like (10,24,3,9,15) i want to display highest number from these numbers
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
why we use new keyword for object
How to swap values between two variables without using a third variable?
24 Answers HCL, TCS,
1.what is the vesition managment.
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
0 Answers DST Global Solutions,
why Java is not purely object oriented?
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad
can we extend a class having only one parameterised constructor.Suggest the process to do it.
if heap sort contains n elements, no of comparsions required are