Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C prgoramming, please I need them all to be done. Thank you B. 32767 times C. times D. stack Till overflows 18. The keyword used

C prgoramming, please I need them all to be done. Thank you image text in transcribed
B. 32767 times C. times D. stack Till overflows 18. The keyword used to transfer from a function back to the calling finction A. break control B. exit(0) C. go back D. return 19. Which of the following functions compares two strings? A. B. stringeompare0, C. D. strempo; 20. Which of the following adds one to the end of another? A., append0; string B. string add0; C. strcat0; D. stradd0, 21. What will happen if in a c program you assign a valuetoan amayciement wbose subscripteaeeds the size of array? A. The element will be set to B. The compiler would report an error, C. The program may crash if some important data gets overwritten D. The array size would appropriately grow. 2. What does the following declaration mean? ptr)[10 A. ptr is array of 10 pointers to integers B, ptr is a pointer to an array of 10 integers C. ptr is an array of 10 integers D. ptr is a pointer to array 23. In if you pass an array as an argument to a function, what actually gets passed? C. A. Value of elements in array B. First element of the array C. Address of the first element of array D. Address of the last element of amay 24. The operator used to get value at address stored in a pointer variable is B. & 25. What will be the output of the program, if the ofxis 500 and integris4bya address int main0

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

6. What questions would you suggest should be included?

Answered: 1 week ago