Answer Posted / rahul
Did you ask the interviewer this question or the interviewer
asked you this?
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Define C in your own Language.
Define Array of pointers.
What is a pointer on a pointer in c programming language?
What is the explanation for cyclic nature of data types in c?
Explain the difference between strcpy() and memcpy() function?
When c language was developed?
What is the meaning of c in c language?
What is pointer to pointer in c with example?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What are the 4 types of unions?
What is the use of gets and puts?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Why & is used in c?