Answer Posted / guest
refer any good sorting tecnique
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is the use of getchar functions?
Is malloc memset faster than calloc?
What does c mean in standard form?
What is an auto variable in c?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What is difference between scanf and gets?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Can a void pointer point to a function?
Explain the use of 'auto' keyword
How does pointer work in c?
What is a list in c?
What are the different types of objects used in c?
Why do we use null pointer?
What is extern storage class in c?