Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: ansahahmed

Search: Search took 0.00 seconds.

  1. Question: C-problem

    by ansahahmed
    Answers
    4
    Views
    1,466

    hi mikko, In C we can't compare two strings...

    hi mikko,

    In C we can't compare two strings using relational operators.But using strcmp() we can compare two strings. Instead of using if (string[0]=="1") you just use if(string[0]='1') to compate...
  2. Question: C-problem

    by ansahahmed
    Answers
    4
    Views
    1,466

    hi mikko, In C we...

    hi mikko,

    In C we can't compare two strings using relational operators.But using strcmp() we can compare two strings. Instead of using if (string[0]=="1") you just use...
  3. Question: Qt programming

    by ansahahmed
    Answers
    1
    Views
    1,974

    Qt programming

    Hi,

    My name is anshahmed.I am doing final year B.TECH.Now I am doing a project and I want to use qt programming .Whie I was compiling the qt programm the compiler giving...
Results 1 to 3 of 3