Why array is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is computer
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
What does sizeof return c?
why the execution starts from main function
Define macros.
What is getch () for?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
what is void pointer?
HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array