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


Please Help Members By Posting Answers For Below Questions

Explain high-order bytes.

670


What is an operator?

654


What are header files in c programming?

651


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1491


Explain the difference between ++u and u++?

633






What tq means in chat?

576


Can a variable be both constant and volatile?

556


How to compare array with pointer in c?

615


How can I read in an object file and jump to locations in it?

569


Explain low-order bytes.

617


How can you find out how much memory is available?

610


Write a c program to demonstrate character and string constants?

1676


c program to compute AREA under integral

1799


What are logical errors and how does it differ from syntax errors?

650


how should functions be apportioned among source files?

622