What is the use of dell | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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😃

1st Jan 2017, 5:15 PM
priyanshu
priyanshu - avatar
4 Answers
+ 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...
2nd Jan 2017, 12:14 AM
Amaras A
Amaras A - avatar
+ 2
oooh, Thanx guys
2nd Jan 2017, 5:11 AM
priyanshu
priyanshu - avatar
+ 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.
2nd Jan 2017, 12:20 AM
THDevelop
THDevelop - avatar
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.
1st Jan 2017, 11:56 PM
THDevelop
THDevelop - avatar