Explain how do you generate random numbers in c?
No Answer is Posted For this Question
Be the First to Post Answer
hi send me sample aptitude papers of cts?
How do I use void main?
What are the different types of storage classes in C?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
what is the use of operator ^ in C ? and how it works?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is diffrance between declaration and defination of a variable or function
Give the rules for variable declaration?
What are pragmas and what are they good for?
Explain what happens if you free a pointer twice?
What is the mean of function?
Under what circumstances does a name clash occur?