Answer Posted / ragu
if we compile in turbo c its showing error like this
in that above code we cant modify a const object in function str_cpy(const char *a,const char *b)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I determine whether a character is numeric, alphabetic, and so on?
How is a null pointer different from a dangling pointer?
Which type of language is c?
What is nested structure with example?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Which built-in library function can be used to match a patter from the string?
What are the restrictions of a modulus operator?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
How does struct work in c?
What is #define size in c?
What is the difference between break and continue?
Is using exit() the same as using return?
What is the difference between %d and %i?
How are pointers declared in c?
What would be an example of a structure analogous to structure c?