Explain how do you generate random numbers in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to calculate sum of digits till it reduces to a single digit using recursion
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is c token?
what is the difference between while and do while?
Write a program to reverse a given number in c language?
How do you use a pointer to a function?
related to rdbms query .
What is a constant and types of constants in c?
which one low Priority in c? a)=,b)++,c)==,d)+
What are the header files used in c language?
what are two kinds of java
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT