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
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
how we can say java is platform independent, while we require JVM for that particular Operating System?
can we write a c program with out using main
What is a memory leak in structures? How can we rectify that?
Explain the use of 'auto' keyword
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
what is c programming?
write a program to rearrange the array such way that all even elements should come first and next come odd
write a program to copy the string using switch case?
1. Write a program to reverse every second word in a given sentence.
Why do we need arrays in c?