Get Email Subscription

Enter your email address:

Delivered by FeedBurner

Wednesday, December 30, 2009

How to type simple program in 'C'

Q.1) Write the output for the following in 'C' program

a) Happy New Year

Ans :-


#include<stdio.h>
mani()
{
printf(" Happy New Year");
return(0);
}

OutPut :-

Happy New Year

Related Posts by Categories



0 comments:

About This Blog

Lorem Ipsum

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP