Answer to Question #210891 in C for genji

Question #210891

Display the output as “welcome to FOR LOOP” for 5 times with use of for Loop


1
Expert's answer
2021-06-27T14:11:28-0400
#include <stdio.h>
int main() {
    int a ;
    for ( a = 1 ; a <= 5 ; a ++ )
    {
         printf ( "welcome to FOR LOOP\n" ) ;
    }
    return 0;
}

 

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS