Answer Posted / raji
c uses the top-down approach.c++ uses bottom-up approach
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What are the keywords in c?
What is the g value paradox?
Why is c so powerful?
How do you determine a file’s attributes?
What is wrong with this program statement? void = 10;
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Why does notstrcat(string, "!");Work?
How does normalization of huge pointer works?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What does double pointer mean in c?
Explain built-in function?
What is the process to create increment and decrement stamen in c?
How does placing some code lines between the comment symbol help in debugging the code?
What does sizeof int return?