What is the difference between strcpy() and memcpy() function in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
I want tcs placement papers of 2004-2009 , its urgent
What is a function simple definition?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
Where does the name "C" come from, anyway?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return ān & 7; }
out put of printf(ā%dā,printf(ram));
which do you prefer C or Pascal?
What is the purpose of & in scanf?
while initialization of array why we use a[][2] why not a[2][]...?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
explain how do you use macro?