Hello all, func(int* a, int b) { while((*a&(1 << b))==0); } Can someone tell me the hidden purpose of this code?
Hi, I am writing a C program using VS2008 for easy debugging, but unfortunately I am running into access violation writing exception. When I...
This is the error message: error: incompatible type for argument 1 of ‘copy_struct’ note: expected ‘struct instruction *’ but argument is of...
@ungalnanban Thanks for ur reply.. But when i call the function in main, I get this error.
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?...
Separate names with a comma.