How can I get random integers in a certain range?
No Answer is Posted For this Question
Be the First to Post Answer
What is modifier & how many types of modifiers available in c?
what are the stages of compilation
Explain what is the advantage of a random access file?
what is the diff b/w static and non static variables in C. Give some examples plz.
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
what is the difference between global variable & static variable declared out side all the function in the file.
What is c value paradox explain?
Is javascript written in c?
what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year
What is stack in c?
what is the meaning of 'c' language
How to receive strings with spaces in scanf()