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

How many types of functions are there in c?

579


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2644


What is identifier in c?

537


What do header files do?

599


What does typeof return in c?

633






What are header files and what are its uses in C programming?

625


Which is better between malloc and calloc?

664


What are the types of i/o functions?

675


Write a program to swap two numbers without using the third variable?

591


What is the difference between null pointer and wild pointer?

630


Is that possible to add pointers to each other?

892


What is the difference between mpi and openmp?

727


What is difference between Structure and Unions?

634


write a program to rearrange the array such way that all even elements should come first and next come odd

1755


How many parameters should a function have?

661