write a c program to find the probability of random numbers between 1-1000
No Answer is Posted For this Question
Be the First to Post Answer
Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
Why do some versions of toupper act strangely if given an upper-case letter?
how to find that no is int or float?
Why ordinary variable store only one value
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
Mention four important string handling functions in c languages .
Explain how can I prevent another program from modifying part of a file that I am modifying?
Difference between constant pointer and pointer to a constant.
1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
What is the diffences between Windows XP and Windows Visa