two variables are added answer is stored on not for third
variable how it is possible?
Answer Posted / mannucse
with the help of 2way mechine instuctions,its possible
ex:
strcat(s1,s2)
means s1=s1+s2,
or else
a+=b means a=a+b.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is data structure in c programming?
What does calloc stand for?
What is the difference between local variable and global variable in c?
Difference between malloc() and calloc() function?
Explain can you assign a different address to an array tag?
What is masking?
Differentiate between calloc and malloc.
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is main function in c?
What is c system32 taskhostw exe?
What is sizeof in c?
What are pointers?
Explain how do you use a pointer to a function?
Is there any data type in c with variable size?
What are the three constants used in c?