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 |
write a program that will print %d in the output screen??
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
What does void main () mean?
what is the code for getting the output as * ** ***
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
difference between ordinary variable and pointer in C?
Explain enumerated types in c language?
What is structure padding in c?
hi, which software companys will take,if d candidate's % is jst 55%?
Describe advantages and disadvantages of the various stock sorting algorithms
What is c definition?