c programming ex-2


c programming with real time examples step by step illustrated by venkatachalapathi
to understand by every user. where you can learn much faster.
Program
#include<stdio.h>
void main()
{
printf("\n*\n**\n***\n****");
}
Program.
#include<stdio.h>
void main()
{
printf("\nMy Menu\n\nVegetarian\n(1)\tX\t120\n(2)\tY\t30\n\nNon
Vegetarian\n(1)\tA\t250\n(2)\tB\t55");
}
Program #include<stdio.h>
void main()
{
printf("\n My Institute Data...");
printf("\n My name mvc.");
}

No comments: