get page title by id

<?php echo get_the_title( $ID ); ?>

          <?php $id=14; 
          $post = get_post($id);
          $content = apply_filters('the_content', $post->post_content);
          echo $content; ?>