What is a good way to implement complex numbers in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program structure to find average of given number
Why doesnt this code work?
What are pointers? What are stacks and queues?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
who is the father of C Language?
20 Answers CTS, UST,
convert 0.9375 to binary
write a programe to find the factorial of given number using recursion
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Why c is called object oriented language?
what is the mean of c languages.
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.