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 to capitalise first letter of each word in a given string?
What is void pointers in c?
Is r written in c?
Can we declare a function inside a function in c?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is %d used for?
What are the 4 types of functions?
What are the advantages of using new operator as compared to the function malloc ()?
to find the closest pair
Describe the steps to insert data into a singly linked list.
What is use of null pointer in c?
What is the difference between far and near in c?
What is modifier & how many types of modifiers available in c?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What is calloc() function?