Answer Posted / bhavin tosar
‘C’ is a formal constructed Language Designed to Communicate Instructions to a Machine Particularly a Computer.
‘C’ is Programming Language it was developed by Denis Ritchie at “AT & T’s Bell Laboratories.
‘C’ Middle Level Language & C++ is High Level Language
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
How can I use a preprocessorif expression to ?
Define and explain about ! Operator?
What is data structure in c language?
What is the purpose of main() function?
What is pragma in c?
Explain what is the difference between text files and binary files?
what is a function method?give example?
What is meant by 'bit masking'?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
List the different types of c tokens?
What are header files? What are their uses?
What do you mean by a sequential access file?
What is the difference between constant pointer and constant variable?
What are multidimensional arrays?
Is malloc memset faster than calloc?