What is the Difference between CArray and CList?
Answer / rao naee
CArray has static Size u defined at the time u declare
and CList Dynamically grow.
| Is This Answer Correct ? | 7 Yes | 7 No |
write a program to convert a decimal number in to its equivalent binary number?
What are stl algorithms?
Distinguish between: a) Normal layout & Print Layout views b) Windows Clipboard & office Clipboard c) Save & Save As Commands d) Program File & Data File e) Pie Charts & Barr Charts
WHAT IS FIBONACCI SERIES?
I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT?
What is Constructor
How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.
Difference between Structure and Class in C++?
How can you create a bulleted list, numbered list and an outline by using bullets and numbering command. Explain with the help of example.
what is a template?
2 Answers Amazon, BITS, IBS, Wipro,
Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }
what is use of for loop?