Answer Posted / sudhirkature
void main()
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the differences between malloc() and calloc()?
Why are arrays usually processed with for loop?
Differentiate between structure and class in c++.
daily Routine of father
What is the difference between ++ count and count ++?
How would you call C functions from C++ and vice versa?
Is c++ platform dependent?
What do the header files usually contains?
Write about the role of c++ in the tradeoff of safety vs. Usability?
What is split a string in c++?
What is the difference between object-oriented programming and procedural programming?
How would you differentiate between a pre and post increment operators while overloading?
Which software is best for c++ programming?
What is the difference between prefix and postfix versions of operator++()?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .