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
What is NULL pointer?
In which header file is the null macro defined?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is exit() function?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is static identifier?
What is the difference between struct and union in C?
Is null valid for pointers to functions?
Tell me when is a void pointer used?
write a progrmm in c language take user interface generate table using for loop?
What are the characteristics of arrays in c?
Explain how to reverse singly link list.
What language is lisp written in?
What are pointers in C? Give an example where to illustrate their significance.
What do you know about the use of bit field?