Answer Posted / ajayash
c is a programming language..before it was known as b-
language...supports all operators..
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the correct declaration of main?
Can main () be called recursively?
Why does everyone say not to use scanf? What should I use instead?
What is openmp in c?
Why enum is used in c?
Differentiate fundamental data types and derived data types in C.
what is the different bitween abap and abap-hr?
What are the benefits of c language?
Where is volatile variable stored?
What does c mean in basketball?
Explain how are portions of a program disabled in demo versions?
What is difference between constant pointer and constant variable?
Explain what is the use of a semicolon (;) at the end of every program statement?
What does the && operator do in a program code?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above