how to write optimum code to divide a 50 digit number with a
25 digit number??
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of void in c?
What's the difference between constant char *p and char * constant p?
In which category does main function belong??
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
what different between c and c++
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What are the salient features of c languages?
What is the difference between a function and a method in c?
Is flag a keyword in c?
What is else if ladder?
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
What ios diff. Between %e & %f?