Write a code to generate divisors of an integer?
No Answer is Posted For this Question
Be the First to Post Answer
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
Given an unsigned integer, find if the number is power of 2?
What is a pointer value and address in c?
What is difference between stdio h and conio h?
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
How to find a missed value, if you want to store 100 values in a 99 sized array?
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
What is wrong with this declaration?
What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā%d\nā,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none
How was c created?
How can variables be characterized?