Answer Posted / revathy
I think it is 1004
But JITENDRA, why do you think it's FA0
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can I read and write comma-delimited text?
Explain the advantages of using macro in c language?
Tell us something about keyword 'auto'.
Where are local variables stored in c?
can we implement multi-threads in c.
What are identifiers in c?
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); } }
Why is struct padding needed?
Explain the use of bit fieild.
How do you redirect a standard stream?
Why we use int main and void main?
What is the use of #define preprocessor in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Combinations of fibanocci prime series
What is dynamic dispatch in c++?