How can I generate floating-point random numbers?
No Answer is Posted For this Question
Be the First to Post Answer
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
In which language linux is written?
what will be maximum number of comparisons when number of elements are given?
where can function pointers be used?
how can i get output like this? 1 2 3 4 5 6
what is Array?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is difference between static and global variable in c?
In which area global, external variables are stored?
wap in c to accept a number display the total count of digit
where do we use volatile keyword?
Program to find the sum of digits of a given number until the sum becomes a single digit