Answer Posted / shrikantauti
it appends two strings. for this strcat() is used.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain what is a 'locale'?
Are there constructors in c?
Is c pass by value or reference?
What are preprocessor directives in c?
Are pointers really faster than arrays?
Is c easier than java?
What is variables in c?
How do I use void main?
Stimulate calculator using Switch-case-default statement for two numbers
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
Explain what is the difference between a string and an array?
What is the difference between scanf and fscanf?
What is restrict keyword in c?
difference between native and cross compilers
Do pointers need to be initialized?