what is difference between c and C#
Answer Posted / yarvendra tiwari
C support pointer but C# is not
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
what are importance in problem tracking
details description on this mantis? who is founder of this mantis?
Explain polymorphism. Provide an example.
Give examples of macro quoting function?
Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad
What is Negative testing?
what is integration testing in real time applications?
What is the purpose of
Define Form modules, Class modules and Standard modules
< DL Compact > tag is used for
hoe to data grid use in sql server 2000?
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......
i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)