Answer Posted / guest
c is procedure oriented language
c++ is object oriented language
c is a not secure
c++ is a secured
c is low level language
c++ is a middle language
c is top-down approach
c++ is bottom-up approach
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Can we replace the struct function in tree syntax with a union?
Explain how can I avoid the abort, retry, fail messages?
What is "Hungarian Notation"?
What does %d do in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is extern c used for?
What are the features of the c language?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Find MAXIMUM of three distinct integers using a single C statement
Why malloc is faster than calloc?
How to throw some light on the b tree?
What is the difference between struct and union in C?
Explain the properties of union. What is the size of a union variable
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks