What is table lookup in c?
No Answer is Posted For this Question
Be the First to Post Answer
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is 1f in c?
Explain spaghetti programming?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Explain indirection?
What is difference between stdio h and conio h?
write a programme that inputs a number by user and gives its multiplication table.
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
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 functions are used for dynamic memory allocation in c language?
What are the scope of static variables?
how memory store byte