Answer Posted / prakash
array is nothing but group of elements and store the many values
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Why flag is used in c?
Is there a way to switch on strings?
Why functions are used in c?
What is a protocol in c?
Why main is used in c?
What is meant by inheritance?
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 the purpose of the statement: strcat (S2, S1)?
Explain about C function prototype?
What does struct node * mean?
i want to know the procedure of qualcomm for getting a job through offcampus
What does sizeof function do?
What is c system32 taskhostw exe?
How to create struct variables?