Answer Posted / arunprasath
c is a structured oriented programming.developed by dennis
ritche in 1970.in c ,we are having only objects.There is no
security and reusuability.
| Is This Answer Correct ? | 66 Yes | 15 No |
Post New Answer View All Answers
Write a code of a general series where the next element is the sum of last k terms.
Explain the ternary tree?
What does c mean in basketball?
How are Structure passing and returning implemented by the complier?
Where define directive used?
What are the types of data structures in c?
Explain what is the difference between functions abs() and fabs()?
What does the && operator do in a program code?
Are c and c++ the same?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is exit() function?
Why isn't it being handled properly?
What does the function toupper() do?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above