count the numbers between 100 and 300, that star
with 2 and ends with 2

Answer Posted / hana

in between 100 to 300 means 200 to 299...
if u see which starts with 2 and ends with 2 then 202,212,222,232,242,252,262,272,282,292....
hence answer is 10..

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

635


I have a varargs function which accepts a float parameter?

580


Why doesnt the call scanf work?

676


what will be maximum number of comparisons when number of elements are given?

1411


What is pointer in c?

743






Explain what is the concatenation operator?

628


Explain what is a const pointer?

642


What are examples of structures?

598


How can I avoid the abort, retry, fail messages?

664


What is openmp in c?

613


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

615


What is the explanation for modular programming?

688


In C programming, what command or code can be used to determine if a number of odd or even?

624


What is null in c?

601


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2335