Search:

Type: Posts; User: kamanianil; Keyword(s):

Search: Search took 0.00 seconds.

  1. Re: convert one dimansional array to two dimansional array

    thnks...:)
  2. Answers
    1
    Views
    3,026

    PeopleSoft c program concept..

    hi frnds..

    looking a very simple program...when you analyse out put must be
    45545....

    but the same program you run on the PC(microsoft visula c++ tool) it will show out put
    55545..

    why ?...
  3. Thread: about C..!

    by kamanianil
    Answers
    2
    Views
    2,938

    PeopleSoft Re: about C..!

    hi..

    i mean

    printf("jjdsfisdasdfjajfh....n character");

    here what is n value ?
  4. Thread: about C..!

    by kamanianil
    Answers
    2
    Views
    2,938

    PeopleSoft about C..!

    hi..

    what are the max characters which i can pass through the 'printf' library function ?
  5. Answers
    1
    Views
    9,842

    Re: ASM keyword in C language

    can you give me plz one answer..? you have declared interrupt there after 'asm' keyword..? if yes than there must be a specific vector location for interrupt....you can't write inside the loop..
  6. Answers
    5
    Views
    9,419

    Re: Header file as #include

    hi..Gm

    plz mention include <stdio.h> instead of inlcude<stdio.c> and check for the error.
  7. Answers
    1
    Views
    2,933

    Re: Macro to exchange the nibbles

    hi..frnd


    here i have written one program to exchange the byte for 2 byte variable..
    from this you can derive for the nibble:

    #include<conio.h>
    #include<stdio.h>
  8. Re: convert one dimansional array to two dimansional array

    two dimenation mean second dimention indicates some field which will vary depends on user ?

    do you guess what the user give the size of second dimention?
  9. Answers
    4
    Views
    4,110

    Re: Deallocating dynamically allocated heap

    i think you get solution by follow the following steps:

    -->write some C, c++ any code which will alocate some memory.
    -->note down the address where you are allocating the memory.
    -->Now...
  10. Answers
    4
    Views
    4,110

    Re: Deallocating dynamically allocated heap

    i think you get solution by follow the following steps:

    -->write some C, c++ any code which will alocate some memory.
    -->note down the address where you are allocating the memory.
    -->Now...
  11. Answers
    1
    Views
    3,817

    PeopleSoft c++ related.

    when i am opening microsoft visual c++ tool at that time while creating a new project i want to select a option "An application that support MFC" from a given four option ? here what is MFC?
  12. Answers
    3
    Views
    5,182

    Re: Static variables in multiuser environment

    It is be 12 ...
  13. Re: C/C++ Programming : Limitations of switch statement

    sitch statemnt can not work with float value also...
    have a good day...:)
  14. Answers
    2
    Views
    2,745

    Require Suggestion about c Programming.

    I have done programming with the assembly langauage. with fully confidence on that. but not somuch on C ( 6month programming exp). my back ground is on Embedded. I would like know how would i start...
  15. Answers
    1
    Views
    3,773

    Re: In C how signed number can be represented

    http://courses.cs.vt.edu/csonline/NumberSystems/Lessons/OnesComplement/index.html


    refer to site and if still you have problem than reply to me...
  16. Re: I need to reverse the bits in a short integer

    short int x,y; ( 16 bit )

    y = x && 0X00ffh ;
    x = x && 0X0ff00h ;

    x = x << 8 ;
    y = y << 8 ;

    x = x || y;
  17. Thread: About C

    by kamanianil
    Answers
    1
    Views
    2,884

    PeopleSoft About C

    Can I exchange two int pointers ?
  18. Answers
    1
    Views
    3,217

    PeopleSoft MATLAB Issue

    My self is Application developer for MATLAB Model designing.
    one issue is there. I want to access the structure variable into workspace, without converting it into array. how it is possisble, using...
Results 1 to 18 of 18
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact