Answer Posted / manish soni tagore collage jai
main deference in c and cpp is
-------------------|-------------------|
c | c++ |
-------------------|-------------------|
top down approach | bottom up approach|
-------------------|-------------------|
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the priority queues?
Write a program to reverse a given number in c?
Is using exit() the same as using return?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What is indirection?
Explain how can you determine the size of an allocated portion of memory?
How can you access memory located at a certain address?
Give differences between - new and malloc() , delete and free() ?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
how can use subset in c program and give more example
Explain zero based addressing.
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Write a program to implement queue.
Explain what is the difference between functions getch() and getche()?
What do you mean by invalid pointer arithmetic?