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
How can I open files mentioned on the command line, and parse option flags?
What is the best organizational structure?
What are the salient features of c languages?
develop algorithms to add polynomials (i) in one variable
Do character constants represent numerical values?
What is the use of getchar functions?
What is a scope resolution operator in c?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
Explain can static variables be declared in a header file?
What are the disadvantages of c language?
Give me the code of in-order recursive and non-recursive.
What does == mean in texting?
What do you mean by scope of a variable in c?
What is the general form of a C program?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above