Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

Simple Statements............!

9 like 0 dislike
Hi friends,

             Can any one help me,which form I can use for  Simple Statements?Please give your answer as early as possible.............
asked 1 year ago by biswaskeran (70,430 points)

2 Answers

1 like 0 dislike
Simple statements do the actual computing. They consist of declarations (4.5), assignments (5), and invocations (6.1).

An invocation statement invokes a procedure. Its form is

<primary> "(" [<args>] ")"

(A primary is a limited kind of expression (7.16).) The semantics of an invocation statement is the same as an invocation expression (6.1) except that the procedure invoked may return any number of results, and any such results are discarded.
answered 1 year ago by marck_don (191,010 points)
2 like 0 dislike
May be,

Each line should contain at most one statement. Example:

    argv++;       // Correct
    argc--;       // Correct  
    argv++; argc--;       // AVOID!
answered 1 year ago by tulip (12,960 points)

Related questions

11 like 0 dislike
1 answer
12 like 0 dislike
1 answer
11 like 0 dislike
1 answer
12 like 0 dislike
2 answers
asked 1 year ago by biswaskeran (70,430 points)
9 like 0 dislike
1 answer
asked 1 year ago by lily (17,510 points)