what is diffrence between linear and binary search in array
respect to operators?what kind of operator can be used in
both seach methods?
No Answer is Posted For this Question
Be the First to Post Answer
find the size of structure without using the size of function
What is the difference between if else and switchstatement
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
What is the usage of the pointer in c?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
How do you use a pointer to a function?
What does it mean when a pointer is used in an if statement?
explain memory layout of a C program
write a program that print itself even if the source file is deleted?
What does. int *x[](); means ?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Why static variable is used in c?