Answer Posted / kavya
A programming language such as C, FORTRAN, or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high-level because they are closer to human languages.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is function definition in c?
What's the difference between constant char *p and char * constant p?
Differentiate between Macro and ordinary definition.
Explain what is a program flowchart and explain how does it help in writing a program?
Is int a keyword in c?
Explain about block scope in c?
Why is it usually a bad idea to use gets()? Suggest a workaround.
How pointers are declared?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Explain the priority queues?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What are the different types of constants?
Simplify the program segment if X = B then C ← true else C ← false
What are global variables and explain how do you declare them?