What Is The Difeerence Between C & C++
Answers were Sorted based on User's Feedback
Answer / pandu
"C" is a proceser oriented language. ."C++" is object oriented language.
| Is This Answer Correct ? | 8 Yes | 1 No |
'C' is a mother language of high lavel language but c++ is
a basic language of opp's.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the GAC? What problem does it solve?
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
what do you man by firmware
___ method used to move a recordset pointer in nth position in DAG.
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there
How to find the aerry size
what is difference between VB5 AND VB6.0
what is the difference between conversion and interface in bdc?
what is delegate and how works delegate and event.
Which tag is used to create the frame
Please anyone tell me coding to print prime numbers from 1 to 5000 in c#....
what is radio button? Plz show code this! how will select radio buttons to go next window Forms? Supose o radio button1 o radio button2 o radio button3 o radio button4 how will coding this? Plz explain this!