Search:

Type: Posts; User: arun10427

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,791

    Purpose of a function

    Hello all,

    func(int* a, int b)
    {
    while((*a&(1 << b))==0);
    }


    Wwhat is the hidden purpose of this code?
  2. Replies
    1
    Views
    1,414

    Access violation writing exception

    Hi,

    I am writing a C program using VS2008 for easy debugging, but unfortunately I am running into access violation writing exception. When I executed step by step, I found that fscanf works for...
  3. Replies
    4
    Views
    1,518

    Array copying problem

    Hi I am trying to copy one struct to another, but I am making some minor mistake that it is not getting copied. Can someone help me fix it?




    #include<stdio.h>
    #include<stdlib.h>
    typedef...
Results 1 to 3 of 3