Write a C function to search a number in the given list of
numbers. donot use printf and scanf
Answer Posted / vignesh1988i
ya..... sorry... it wont work... since getchar gets only one
character the time.... when we give 48... i will take 4 and
8 .. but not as 48.... sorry for posting it... a lesson i
have learnt
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is sizeof c?
What is a lookup table in c?
What is the best style for code layout in c?
What are bitwise shift operators in c programming?
Write a program on swapping (100, 50)
Explain how can I read and write comma-delimited text?
Dont ansi function prototypes render lint obsolete?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Is exit(status) truly equivalent to returning the same status from main?
What is an identifier?
How are portions of a program disabled in demo versions?
Why is c so popular?
What is keyword in c?
Is flag a keyword in c?
What is difference between structure and union in c?