List Latest Posts with Title plugin allows to fetch all latest posts in a given category without any further work.
Use function get_latest_posts($category, $limit=5, $start_tag='
Ex: i) get_latest_posts("News");
above function call will list all latest posts titles from category 'News'.
ii) get_latest_posts("News", 10);
above function call will list ten latest posts titles.
You can place fetched titles at any place of your web page, depending on your design.