What is the difference between #include and #include 'file' ?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are bus errors, memory faults, and core dumps?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Why is void main used?
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
why we use "include" word before calling the header file. is there any special name for that include??????
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Can you please explain the difference between malloc() and calloc() function?
Why does notstrcat(string, "!");Work?
What are examples of structures?
What is the meaning When we write "#include" what is # and what does include does there???
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
Explain how can I avoid the abort, retry, fail messages?