Wednesday, March 25, 2020

looping A to Z

#include <stdio.h>
int main() {
    char A;
    for (A ='A';A <='Z';++A)
        printf("%c ",A);
    return 0;
}

No comments:

Post a Comment

cisco Cybersecurity Essentials Quiz 8 answer in bold

Question  1 Correct Mark 2.00 out of 2.00 Flag question Question text A company has had several incidents involving users downloading unauth...