What type of control statements are used in A+?

devquora
devquora

Posted On: Feb 22, 2018

 

Unlike functions and operators, which take arguments and return results, control statements are primarily used for their side effects, although they always do have explicit results. Some control statements also have syntax that differs from that of functions taking arguments. The keywords are reserved: the words or names case, do, if, else, and while can appear only as parts of control statement.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    A+ Interview Questions

    What is A+ programming language?

    A+ is a powerful and efficient programming language. It is freely available under the GNU General Public License. It emb..

    A+ Interview Questions

    Who Wrote A+?

    A+ is written by Arthur Whitney at Morgan Stanley in 1988...

    A+ Interview Questions

    What is APL programming language?

    APL (named after the book A Programming Language) is a programming language developed in the 1960s by Kenneth E. Iverso..