answersLogoWhite

0

Pointers are include in csharp or not?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

Yes, you can use pointers in the C#, but to some extent.

Links are added with more details.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Pointers are include in csharp or not?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Sample program for far pointers?

#include<stdio.h)


Is overloading supported in csharp?

Yes


How do you use C code in Asp.Net using CSharp. I have code written in C and I want to use it in my ASP.NET application written in CSharp. What are the ways of converting importing using that code?

tretwre


Is array is value type or reference type in CSharp?

refernce type


Which language is more advisable for BE students to learn now either csharp or java?

java


What are the operations that can be performed using a pointer expression?

a. adding and subtracting the integer values b. adding and subtracting the pointers c. incrementing and decrementing the pointers other than tis pointer operations include relational operations such as =,<,>.


What are the basic parts of the c language?

That would include header files, data types, loops, functions, pointers, arrays


What are void pointers?

They are pointers without type


What are the notes to a d major scale?

D, E, Fsharp, G, A, B, Csharp, D


Where the pointers are used?

POINTERS ARE USED TO STORE ADDRESS


What are the background pointers in java?

Java does not support pointers.


Write a program to generate uppercase using cSharp?

string s = "asdfqwer"; s = s.ToUpper(System.Globalization.CultureInfo.CurrentCulture);