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

What do you understand by friend-functions? How are they used?

648


What is difference between static and global variable in c?

540


What are # preprocessor operator in c?

632


Write a code of a general series where the next element is the sum of last k terms.

597


What is ctrl c called?

599






application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

609


Write a program with dynamically allocation of variable.

606


What is typedf?

671


regarding pointers concept

1576


Can we initialize extern variable in c?

635


What is the c value paradox and how is it explained?

576


Explain pointers in c programming?

637


What is string concatenation in c?

569


How can a program be made to print the name of a source file where an error occurs?

731


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

600