Computer Science, asked by biswajitmondal51118, 9 months ago

In C language, –––––– is an identifier that is used to mark the statement

to which the control is transferred.​

Answers

Answered by alokeshlk60
0

Explanation:

goto is a jumping statement in c language, which transfer the program's control from one statement to another statement (where label is defined). goto can transfer the program's within the same block and there must a label, where you want to transfer program's control.

Hope it helps

Answered by dbaatul
0

Answer:

goto

Explanation:

goto is a jumping statement in C language which transfer the program's control from one statement to another.

Similar questions