write a program to search for an element in a given array.
If the array was found then display its position otherwise
display appropriate message in c language
Answer Posted / all
#include<stdio.h>
| Is This Answer Correct ? | 11 Yes | 30 No |
Post New Answer View All Answers
Why we not create function inside function.
Write a Program to find whether the given number or string is palindrome.
Define the scope of static variables.
What is function prototype in c language?
What is use of integral promotions in c?
Using which language Test cases are added in .ptu file of RTRT unit testing???
write a program to rearrange the array such way that all even elements should come first and next come odd
What are structure types in C?
swap 2 numbers without using third variable?
What is unary operator?
Apart from dennis ritchie who the other person who contributed in design of c language.
What is a far pointer in c?
Explain bitwise shift operators?
What does do in c?
What is typedf?