Search:

Type: Posts; User: kasun007

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,114

    about this programme

    void main(){

    char c;

    printf("Enter charactor");
    scanf("%c",&c);
    if(c=='a')
    printf("Yes");

    printf("Nope");
  2. Thread: about turboc

    by kasun007
    Replies
    6
    Views
    3,146

    about turboc

    void main(){
    char c;

    printf("Enter charactor");
    scanf("%d",&c);
    if(c=='a')
    printf('YEs');
    printf("Nope");
Results 1 to 2 of 2