Search:

Type: Posts; User: sonika jha

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,525

    sir if understood it correctly you mean in case...

    sir if understood it correctly you mean in case of reading input data a value is being alloted to the starting address of the variable and not an integer number.
  2. Replies
    4
    Views
    2,525

    thnks sir...but then in that case the variable...

    thnks sir...but then in that case the variable marks should be allocated 2 bytes of memory being an integer and if we make the variable store a 5-digit integer (requiring 5*2=10bytes memory) then how...
  3. Replies
    4
    Views
    2,525

    queries regarding address allocation

    taking the example of the following code snippet

    int marks;
    ...........
    scanf("%d",&marks);


    1-which statement allocates address and memory to the integer variable marks?...
  4. Replies
    2
    Views
    6,432

    basic queries on assembly level language

    being a newbie I have a very basic
    doubt -as in high level language
    though to some extent assembly
    level language also uses simple
    english words in programming
    then why does the later require...
  5. apart from being executed directly and faster is...

    apart from being executed directly and faster is there any other advantage of low level language over high level language.Imean in context of being able to manipulate the hardware.hope I'm clear.
  6. general queries regarding machine level language

    what makes the machine level language hardware specific though it uses the same 0s and 1s for writing instructions?thnku...
Results 1 to 6 of 6