Search:

Type: Posts; User: ckarthickit

Search: Search took 0.01 seconds.

  1. Explain me how the stack looks like for any C program

    how the stack would look like for the following program if I give input as 5.




    #include <stdio.h>

    int fibonacci(int number)
    {
    int retval;
  2. addressing modes with respect to a C language program

    can anyone give one example each for various addressing modes with respect to C language.....

    for example what addressing mode is used in the following statement?

    a=200+300;
Results 1 to 2 of 2