Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 6 Forward declaration is nice to have in all situations. But it is necessery only in the following situation O A.Definition of recurslive functions
Question 6 Forward declaration is nice to have in all situations. But it is necessery only in the following situation O A.Definition of recurslive functions with more than one recursive call. O B.Definition of nested functions O C Deinition of tail recursive functions. O D.Definition of mutually recursive functions. Question 11 Given the snippet of code: int ma[21131. p, x printf("%d", x); The indices of the array is given in the following diagram Question 7 In the following type definition, what is the internal value that represents Fri? typedef enum (Sun- 1, Man, Tue, Wed, Thu, Fri, Sat days, 00 01 02 10 11 12 B.1 What value will be printed? o A the address of ma ojro O B.the address of ma[110 o C.the value in ma110 D.the value in ma(0)(2) o C.2 o E.4 G.6 Question 12 Given the deciaration: int y, .yptr-&y: what statement will put the input value into y? Question 8 The unsigned int type and the poincer type are equivalent in their OA multiplication operations O B.addition operations C. all operations. O D data ranges O D.scan\"%d", y): QuestionS9 Question 14 ifname is an r-value. O A it can be converted to a l-value by using *r-value O B. it can appear on the both sides of an assignment statement O C it can appear on the left side of an assignment statement only. o D.it can appear on the rignt side of an assignment satemens only wt want tb seere an array of integers ires a da fie, what fit type should choose when wt open the file? A array le B. tet f C structure fle D binary file Question 10 Given the snippet of code int#0.(2.4,6,8. 10, 12), x, *p.a; What will be the value of x after the following statement is executed? B.9 o C.11 o D.12 O E. 13
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started