Is there any book to know about Basics of C Language?
Answer Posted / anita patrot
ya
Balguruswamy
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the different properties of variable number of arguments?
What is bubble sort in c?
Write a C program to count the number of email on text
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
How do you print an address?
What is a pointer on a pointer in c programming language?
How pointer is different from array?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
I need a sort of an approximate strcmp routine?
Why we not create function inside function.
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
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); } }
What is wrong with this initialization?
What is a pointer value and address in c?
How do you define a function?