+ 2
What is the use of dell
what is the use of del if we can just delete the statement which has a not-defined variable Thanx alot if you do ans😃
4 ответов
+ 2
@THDvelop: not only if you use a micro-controller: try using a huge data structure and going all the way through you program without deleting it... You run into problems fast enough...
+ 2
oooh, Thanx guys
+ 1
Hi Amaras, thanks for this info im coding microcontroller in asm or c. and in c is a keyword like del that do the same. so i have talk my expirince from a other language. i reference it.
0
Hi priyanshu, del is a command to delete the varible in your memory. This one will be need if you coding on a device like microntroller that dont have enough space to hold all your variables.