what does ‘segmentation violation’ mean?
what is meant by flushll() in c programming?
how to swap two nubers by using a function with pointers?
What is a char in c?
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
Is c is a low level language?
how to print "hai" in c?
Explain what is the difference between a string and an array?
Why ordinary variable store only one value
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
FILE PROGRAMMING
What is the difference between realloc() and free()