Thursday, March 19, 2020

TO FIND ASCII VALUE PROGRAM ANS


TO FIND THE ASCII VALUE PROGRAM

#include <stdio.h>

int main()
{
 char c;
 scanf("%c",&c);
 printf("This is the ASCCI value %c=%d",c,c);
    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...