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
Define recursion in c.
What are structural members?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Differentiate between the = symbol and == symbol?
Why does not c have an exponentiation operator?
What is a file descriptor in c?
How are structure passing and returning implemented?
What is a far pointer in c?
What is && in c programming?
Define and explain about ! Operator?
Tell me when is a void pointer used?
What is scope rule in c?
What are the types of data files?
Explain #pragma statements.
How can I do serial ("comm") port I/O?