Search:

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

Search: Search took 0.01 seconds.

  1. Re: We Want to Store the value a=10 by pointer

    Hi Friend Try this Piece of Code:: :)

    int main()
    {
    printf("Size of int : %d bytes\n",sizeof(int));
    printf("Size of short int : %d bytes\n",sizeof(short int));
    printf("Size of long int :...
  2. Answers
    5
    Views
    5,070

    Re: C - 2 Dimensional Arrays

    Hi
    try the following code

    int arr[4][4] = {
    {1, 2, 3, 4},
    {6, 7, 8, 9},
    {3, 2, 8, 10},
    {5, 6, 7, 8}
    };
    // to access and print the elements without using the indexes.
  3. Answers
    4
    Views
    4,188

    Re: Deallocating dynamically allocated heap

    The allocated memory will last till you process ends. But this is not a good practice, u shuld deallocate the memory what u allocate else it can cause memory leak and your system will crash
Results 1 to 3 of 3
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