Answer Posted / 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 |
Post New Answer View All Answers
THE CHANNEL IN DATA COMMUNICATION CAN BE?
Outline the two important features of a terminating recursion. Any ideas?
5. Which of the following can you do with DB2 Express- C? Query databases with SQL Query databases with XML using XQuery and XPath Use SQL in Xquery and Xquery in SQL All of the above
what is programmable BIST in today ic design
Write a program to swap the content of two variables without using a third variable.
what is the difference between rename and label
Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
why we need to take u?
Differevce between arrays and array builders?
What is Negative testing?
What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.