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
write a program to find lcm and hcf of two numbers??
Difference between fopen() and open()?
write an interactive program to generate the divisors of a given integer.
What is the difference between far and near ?
Explain what is the use of a semicolon (;) at the end of every program statement?
What are the different flags in C? And how they are useful? And give example for each in different consequences?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
Explain pointers in c programming?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Differentiate between new and malloc(), delete and free() ?
What is ctrl c called?
List the different types of c tokens?