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
Differentiate between functions getch() and getche().
What is use of pointer?
What is a void pointer? When is a void pointer used?
What is anagram in c?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Which is the best website to learn c programming?
How can you access memory located at a certain address?
What is dangling pointer in c?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is the difference between array and pointer?
Can you apply link and association interchangeably?
What is a structure and why it is used?
What do you mean by recursion in c?
Explain what’s a signal? Explain what do I use signals for?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.