C++ | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 3

C++

What is dummy loop in c++?

18th Oct 2018, 8:48 AM
Gaurav Singh
6 Respuestas
+ 4
infinite loop which never ends unless interrupted by user. while(true){}
20th Oct 2018, 4:13 AM
manoj katari
manoj katari - avatar
+ 2
for(;;) { }
19th Oct 2018, 2:58 AM
Infinity
Infinity - avatar
0
hello
19th Oct 2018, 9:37 AM
Programmister
0
can you make a programm wich will be translate numbers in different scail of notation?
19th Oct 2018, 9:41 AM
Programmister
0
Dummy loop like its not have any value not have condition and no ++/-- e.g For(; ; ; ){}
19th May 2020, 10:58 PM
Naveed
Naveed - avatar