for(i=1;i>0;i++);
printf("i=%d",i);
what will be the answer????
Answer Posted / guest
4
| Is This Answer Correct ? | 0 Yes | 18 No |
Post New Answer View All Answers
How pointer is different from array?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is the maximum no. of arguments that can be given in a command line in C.?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Why double pointer is used in c?
How do you use a pointer to a function?
In which language linux is written?
What is extern storage class in c?
What are the characteristics of arrays in c?
What is the total generic pointer type?
What is the difference between volatile and const volatile?
What are control structures? What are the different types?
FILE PROGRAMMING
What does s c mean on snapchat?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.