answersLogoWhite

0

What is unsafe code in c?

Updated: 12/13/2022
User Avatar

Wiki User

11y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is unsafe code in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is unsafe code?

C# provides the ability to write unsafe code. In unsafe code it is possible to declare and operate on pointers, to perform conversions between pointers and integral types, to take the address of variables, and so forth. In a sense, it is like writing C code within a C# program. Unsafe code must be clearly marked with the modifier unsafe, so developers cannot possibly use unsafe features accidentally. When CLR finds this unsafe modifier, the execution engine works to ensure that unsafe code cannot be executed in an untrusted environment.


If you forget to hook up the ground wire on an a c unit will it work?

Yes, but it will not pass a code inspection and is unsafe.


Is it irresponsible and unsafe to create genetic code?

No


What did the book unsafe to any speed led to?

C. safety standards for designs


Is C plus plus preprocessor software?

Sometimes, it is. Some implementations compile C++ code into C code, and then compile the C code.


What is the prefix of safe?

Unsafe


Suction d and c cpt code?

wat is the code for SUCTION d and c


Can earth wire serve as neutral?

NO!!! It's not only unsafe, it's also against the electrical code regulations.


Discrete fourier transform of an image in c code?

i want c code for fourier transform?


Can you use a 44 mag in a 410?

DO NOT DO THIS!!! UNSAFE!!!!!!!!!! UNSAFE!!!!!!!!!!!! UNSAFE!!!!!!!!!!!!!!


How do you Open a text file as C plus plus source code?

All C++ source code is is a text file with the .cpp extension. So if you save your code as *****.cpp then it is automatically C++ source code.


Getting source code of c?

C is a programming language, so it doesn't have source code.(On the other hand, C compilers do have source code, but you, as a beginner in programming, could not understand them.)