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 can static variables be declared in a header file?

684


What is scope rule of function in c?

556


What are extern variables in c?

552


What is the purpose of 'register' keyword?

694


What is cohesion and coupling in c?

597






How to create struct variables?

597


What does void main return?

612


explain how do you use macro?

671


Can you mix old-style and new-style function syntax?

666


What is stack in c?

619


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3060


Combinations of fibanocci prime series

1116


Explain what is the difference between text files and binary files?

622


In a byte, what is the maximum decimal number that you can accommodate?

629


What is the difference between array and linked list in c?

606