Search:

Type: Posts; User: Bilal Zaman

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,610

    I wrote this program this way cuz I don't know...

    I wrote this program this way cuz I don't know much about C/C++ right now. I'm a freshmen and started learning C/C++ 2 months back. Is it possible that this program will work with my code Or do I...
  2. Replies
    6
    Views
    1,610

    I changed *k==*rollNumber to ...

    I changed


    *k==*rollNumber

    to


    (strncmp (rollNumber,k,2) == 0)
  3. Replies
    6
    Views
    1,610

    Needs urgent help !!!

    I've made a project in C++.
    Everything in it is working fine. It executes very well.
    Only only problem is in the file reading.
    It reads from the file but does match the input student roll number...
  4. Replies
    4
    Views
    1,503

    Thanks a lot. I have to now look into Functions...

    Thanks a lot.
    I have to now look into Functions more deeply and extensively.
  5. Replies
    4
    Views
    1,503

    Thanks Sir. Are these topics included in...

    Thanks Sir.
    Are these topics included in functions?
    And can it be built totally using only C ?
  6. Replies
    4
    Views
    1,503

    Help Needed - File Splitter and Merger

    Hey folks,
    I request you to please read my whole post and help me out.
    I'm a student of Computer Science and I have just started C language.
    I've completed following few topics in C:-
    1. Loops...
Results 1 to 6 of 6