What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
No Answer is Posted For this Question
Be the First to Post Answer
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
How do I round numbers?
I want tcs placement papers of 2004-2009 , its urgent
What are the 4 types of unions?
What is volatile in c language?
What is binary tree in c?
how can we print hellow world programme without using semicolon
Add Two Numbers Without Using the Addition Operator
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
what is the different between data structure and data type?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
What is the need of structure in c?