Write a code to generate divisors of an integer?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
When should you not use a type cast?
main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above
write a program to add two numbers of any size.....(remember any size)
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
Explain demand paging.
define switch statement?
What is far pointer in c?
What is scope rule of function in c?
How many levels of indirection in pointers can you have in a single declaration?
0 Answers Agilent, ZS Associates,
is c language is a object oreinted language?
what are advantages of U D F?