This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Tampilkan postingan dengan label program huruf besar menggunakan for. Tampilkan semua postingan
Tampilkan postingan dengan label program huruf besar menggunakan for. Tampilkan semua postingan

Senin, 05 Maret 2012

program huruf besar menggunakan for

#include <stdio.h>
#include <stdlib.h>
#include <conio.h>

int main (){
    char c;
    for(c='a';c!='z';){
        c=getch();
        if(c>='A' && c<'Z') printf("%c",c);
    }
   printf("\n\n");
    system("PAUSE");
        return(0);    
}
        

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More