Answer Posted / arpit
void count()
{
int c=0;
for(i=a;i<=b;i++)
{
c++;
}
return(c);
}
c=b-a :...easy and best .....
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is the purpose of ftell?
What is the difference between near, far and huge pointers?
What are pointers? Why are they used?
Can you tell me how to check whether a linked list is circular?
What is the scope of local variable in c?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
which is an algorithm for sorting in a growing Lexicographic order
How to create struct variables?
How can you find out how much memory is available?
Why structure is used in c?
Explain how can I right-justify a string?
What is the purpose of 'register' keyword in c language?
What are the modifiers available in c programming language?
code for replace tabs with equivalent number of blanks