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
What is a list in c?
Explain what is dynamic data structure?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is an identifier?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is a MAC Address?
What will be your course of action for a push operation?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is wrong with this program statement? void = 10;
Explain function?
What are the disadvantages of c language?
difference between Low, Middle, High Level languages in c ?
When a c file is executed there are many files that are automatically opened what are they files?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Explain what is the use of a semicolon (;) at the end of every program statement?