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
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What are qualifiers and modifiers c?
How do you view the path?
Do you know what are bitwise shift operators in c programming?
What is meant by realloc()?
What are the advantages and disadvantages of pointers?
Explain how do you list a file’s date and time?
What is atoi and atof in c?
What is graph in c?
What are enums in c?
shorting algorithmS
Can you assign a different address to an array tag?
What are the usage of pointer in c?
What is bubble sort technique in c?
Can I initialize unions?