What is strcpy() function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is preprocessor with example?

0 Answers  


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

0 Answers  


Write a program with dynamically allocation of variable.

0 Answers   Atos Origin,


Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);

5 Answers  


regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,






What are local static variables? How can you use them?

0 Answers  


What is the value of uninitialized variable in c?

0 Answers  


Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


How can I remove the leading spaces from a string?

0 Answers  


What are local static variables?

0 Answers  


what are advantages of U D F?

1 Answers   Google,


What is the difference between #include <header file> and #include “header file”?

0 Answers  


Categories