what is c++
Answers were Sorted based on User's Feedback
Answer / bhaskar.mantrala
c + oo -------> that means c with object oriented language
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / sudheer
c++ is object oriented programming language.. the main
function value should return..
| Is This Answer Correct ? | 1 Yes | 2 No |
Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"
how to get the sum of two integers?
what is electronic software
what is template and type convertion
What is the stl, standard template library?
What is the disadvantage of templates ?
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.
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 }
Who created stl?
sir please send me bpcl previous question papers
0 Answers BPCL Bharat Petroleum,
What is 2*2?
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