At 20 airports in the United States, security screening is handled not by the Transportation Security Administration, but by private companies — and their checkpoints aren’t seeing long lines.
//To enter yuour name using string #include<stdio.h> int main() { char name[20]; printf("Enter your name: "); scanf("%s",name); printf("Your name is %s",name); return ...