Search:

Type: Posts; User: shyjuu

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    2,412

    Thanks a lot

    Thanks a lot
  2. Replies
    15
    Views
    2,412

    No it does not include TC specific features, I...

    No it does not include TC specific features, I want to clear my concepts like String ,Array, Pointer. I always stuck on how to think in C, can u suggest any video or pdf to "HOW TO THINK IN C" topic
  3. Replies
    15
    Views
    2,412

    Thanks a lot let me TRY this, which compiler...

    Thanks a lot let me TRY this, which compiler would you suggest for BEST understandings of the concept
  4. Replies
    15
    Views
    2,412

    I think there would be lot of users who had used...

    I think there would be lot of users who had used Turbo C so they might be knowing this , I am new to this C world
  5. Replies
    15
    Views
    2,412

    But in circulum(Syllabus) everywhere turbo C is...

    But in circulum(Syllabus) everywhere turbo C is used, so we have to work in Turbo C only
  6. Replies
    15
    Views
    2,412

    Tracing in C (Debugging)

    How to start Trace from particular line number in C

    --------
    --------
    for(-----)

    I want to start Trace from line 3 (for(-----) ,How to do this in Turbo C
    I know F7 is the key , but it start...
  7. Replies
    13
    Views
    24,331

    I am not able to understand the output , can u...

    I am not able to understand the output , can u please explain, and especially the last printf statement
  8. Replies
    13
    Views
    24,331

    so for XOR operation I need the decimal value so...

    so for XOR operation I need the decimal value so I was asking, is there any way to directly perform XOR operation on characters???
  9. Replies
    13
    Views
    24,331

    I want to do Encryption of two Strings, so I need...

    I want to do Encryption of two Strings, so I need to find their ASCII value first and then do XOR operation on that
  10. Replies
    13
    Views
    24,331

    Thanks for the reply so what to do for getting...

    Thanks for the reply
    so what to do for getting ASCII value of given string"HELLO",actually I want to do XOR operation on given to strings
  11. Replies
    13
    Views
    24,331

    Thanks for the reply

    Thanks for the reply
  12. Replies
    13
    Views
    24,331

    How to find ASCII value of string

    I know how to find find ASCII value of given character, but I am not getting how to find ASCII value of given string. For example I want to find ASCII value of string "HELLO",so how to do that.
    ...
  13. Replies
    25
    Views
    3,048

    Thanks a lot for such a descriptive answer, let...

    Thanks a lot for such a descriptive answer, let us just consider a normal values , or a normal way, now which is the quickest according to you
  14. Replies
    25
    Views
    3,048

    Comparison of Sorting algorithm doubt

    I had gone through the Tutorial uploaded on this website about the sorting algorithms, but I have one doubt

    Which of the following sort procedures takes the lowest average time
    a) Merge sort ...
  15. Replies
    8
    Views
    1,117

    Oh yes you are right I used %d, so , but what...

    Oh yes you are right I used %d, so , but what should be the answer to the question posted, does it depend upon the data type of z which we specify or there is some other way?
  16. Replies
    8
    Views
    1,117

    I just printed z with print f statement

    I just printed z with print f statement
  17. Replies
    8
    Views
    1,117

    I tried, when I put value of a=10 and b=10.5 and...

    I tried, when I put value of a=10 and b=10.5 and declare z as int data type o/p is 20
    but when I declared z as float data type o/p was 0, I am confused here, actually it should be 20.5 as I have...
  18. Replies
    8
    Views
    1,117

    Operator Output doubt

    QIn C programming language, if the first and second operands of the operator + are of types int and float respectively, the result will be of which type

    suppose int a;

    float b;

    z=a+b;
    ...
  19. Replies
    4
    Views
    1,688

    Yes I always ask questions after my efforts,...

    Yes I always ask questions after my efforts, according to me its option C because I had read in Finite state Automata theory that it is used in lexical analysis phase for identifying identifiers ,...
  20. Replies
    4
    Views
    1,688

    No friend its not the homework, I am solving MCQ...

    No friend its not the homework, I am solving MCQ on C and came across this question, thanks for the link
  21. Replies
    4
    Views
    1,688

    Syntax checking in C

    Q. In context of C language syntax checking, which of the following can be modeled using Finite Automata?

    (A) Detecting proper termination of an instruction.
    (B) Detecting balance of...
  22. Thread: Array Doubt

    by shyjuu
    Replies
    22
    Views
    2,778

    Thanks for the required hint

    Thanks for the required hint
  23. Thread: Array Doubt

    by shyjuu
    Replies
    22
    Views
    2,778

    Thanks a lot you solved my query answer is...

    Thanks a lot you solved my query answer is m(m+2), you had given me the hint that I was looking for, thanks once again
    Solution if m=2 then -1,0,1,2 and 1,2 so we get Two dimensional array A[4][2],...
  24. Thread: Array Doubt

    by shyjuu
    Replies
    22
    Views
    2,778

    Its the question which I came across while...

    Its the question which I came across while solving MCQ, its not the question given by my instructor
  25. Thread: Array Doubt

    by shyjuu
    Replies
    22
    Views
    2,778

    I already know the syntax, but in this question I...

    I already know the syntax, but in this question I am not getting
Results 1 to 25 of 47
Page 1 of 2 1 2