write a program to add two numbers of any size.....(remember
any size)
Answer Posted / guest
main()
{
int a,b,c;
malloc(a),malloc(b);
scanf("%d %d",&a,&b);
c=a+b;
printf("%d %d",&a,&b);
}
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the types of arrays in c?
what type of questions arrive in interview over c programming?
How many levels of pointers have?
what are the 10 different models of writing an addition program in C language?
What is #include conio h?
When should the register modifier be used? Does it really help?
What is d scanf?
Is linux written in c?
Describe how arrays can be passed to a user defined function
Explain what is the advantage of a random access file?
What are local variables c?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Differentiate between the = symbol and == symbol?
Explain about C function prototype?
How important is structure in life?