Does WordPress create mobile menus automatically?

The default WordPress themes, from Twenty Eleven onwards, support varying degrees of responsive design, including menus, and any child themes will automatically inherit this behaviour, unless the child theme does something to override it.

It is possible to create menus in your theme using wp_nav_menu that can then be hidden or displayed for various screen widths or device types in your css rules, giving the theme creator complete control over responsive behaviour.