write a program to add two numbers of any size.....(remember
any size)
Answer / 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 |
input any 4 digit number and find the difference of all the digits?
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
What is the advantage of a random access file?
What is a program flowchart and how does it help in writing a program?
Why is c called "mother" language?
What is a static function in c?
What is the use of the sizeof operator?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
What does the c in ctime mean?
i have a written test in tomorrow
Explain what is page thrashing?