Write a C function to search a number in the given list of
numbers. donot use printf and scanf

Answer Posted / abdur

sorry for the wrong information use isdigit(char)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain 'bit masking'?

642


What does node * mean?

703


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

627


What is multidimensional arrays

622


What are the 4 types of organizational structures?

616






What is #line in c?

554


What is #include in c?

592


What is structure and union in c?

592


What is mean by data types in c?

545


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

2233


What is page thrashing?

647


What is sizeof int in c?

594


Where are c variables stored in memory?

591


How can you pass an array to a function by value?

597


Describe the order of precedence with regards to operators in C.

628