Answer Posted / aaa
dell is one of the good organization of the call center.
this is developing a typing skill and communicating skill.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Explain can static variables be declared in a header file?
Can I initialize unions?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What the advantages of using Unions?
How can I recover the file name given an open stream?
How is pointer initialized in c?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Write a progarm to find the length of string using switch case?
Differentiate between calloc and malloc.
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
What is use of bit field?
Why do we use int main instead of void main in c?
What are the usage of pointer in c?
Write a c program to build a heap method using Pointer to function and pointer to structure ?