difference between my-strcpy and strcpy ?
Answer Posted / vinod
There is nothing as my-strcpy,ur-strcpy etc...
u need to look at man page before doing anything silly..
As a programmer u need to understand naming conventions
better...
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is the right type to use for boolean values in c? Is there a standard type?
Is c++ based on c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Who is the main contributor in designing the c language after dennis ritchie?
can anyone suggest some site name..where i can get some good data structure puzzles???
Explain what are multibyte characters?
Why main is used in c?
Is there any demerits of using pointer?
Explain what is dynamic data structure?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What are directives in c?
What is sizeof in c?
Explain threaded binary trees?
What is the use of typedef in c?