what r the cpu registers r ther?
Answer / guest
what kind of a crap question is this. Do u understand any
bit of english grammar. Just correct you'r question first
and then expect for an answer..
| Is This Answer Correct ? | 0 Yes | 0 No |
What is clrscr in c?
What is output redirection?
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
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); } }
How do I declare a pointer to an array?
Write a program to generate prime factors of a given integer?
What is the difference between variable declaration and variable definition in c?
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
what are # pragma staments?
What is the condition that is applied with ?: Operator?
List some of the dynamic data structures in C?
What is the use of clrscr?