Thursday 3 January 2008

ACHROMATIC STRING(PRINTING INITIALS)


.fieldsetOut{
background:#1E90FF;
padding:0px 0px 0px 0px;
font-family: "courier new"
}
.fieldsetIn{
background:white;
margin:1px 1px 1px 1px;
padding:1px 1px 1px 1px;
border: 0px 0px 0px 0px

}









Achromatic string (printing initials)

C program to print initials of any name 




#include

int main(){

  
char str[20];

  
int i=0;

  
puts("Enter a string");

  

No comments:

Post a Comment