Is c# easier than c++?



Is c# easier than c++?..

Answer / Ashish Trivedi

C# might be considered easier to learn for beginners because it provides a more managed environment and simpler syntax compared to C++. However, learning C++ can provide a deeper understanding of low-level programming concepts.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is everything an object c#?

1 Answers  


i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?

2 Answers  


What?s the .NET datatype that allows the retrieval of data by a unique key?

2 Answers   SmartData,


To catch any possible exception What is the C# syntax written ?

1 Answers   Siebel,


What?s the advantage of using System.Text.StringBuilder over System.String?

1 Answers  


What is inumerable?

1 Answers  


What are static and dynamic variables?

1 Answers   CGI,


from web.config file with connection string who to interact means who to connect in gridview. in my system shows null something error what is the problem

3 Answers   Bally Technologies,


Difference between debug.write and trace.write?

1 Answers  


What is the correct way of declaring an xml namespace?

1 Answers  


What is int16?

1 Answers  


What is uint c#?

1 Answers  


Categories