A
A
Azamgl2020-05-27 09:05:26
C++ / C#
Azamgl, 2020-05-27 09:05:26

What does prog do in C++?

else if(prog(d.top(),e))
            d.pop();
else d.push(e);

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2020-05-27
@Azamgl

since prog is not a reserved word, it is a function that returns 1 or 0.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question