![]() Related Questions Susan can type 10 pages in 5 minutes. Mary can type 5 pages in 10 minutes. Working together, how many pages can they type in 30 minutes?A. 15B. 20C. 65D. 75 What is the output of the following code?char str[20] = "ENIGMA";char *p, *q, *r;q=p++;r=p+3 - (p-q);printf("%3s%5s", (++p)+3, r);A. ENIGMAB. GMAC. No outputD. Error. The limit for the number of parameters for a pl/sql procedure isA. 256B. No Limit at allC. Depends on the type of parameters passed to the procedureD. Depends on Positional Parameters passed. Difference between %TYPE and %ROWTYPEA. %ROWTYPE used to declare the field and %TYPE used to declare Difference between %TYPE and %ROWTYPEA. %ROWTYPE used to declare the field and %TYPE used to declare the recordB. %ROWTYPE used to declare the record and %TYPE used to declare the fieldC. BOTH ARE SAMED. %ROWTYPE gives an error. Select 'oracle' from dual where null = null;A. oracleB. nullC. error outD. no rows selected What is the difference between the two declarations?#include What is the difference between calloc and malloc?A. calloc allocates memory in contiguous bytes, malloc does not ensure contiguous memory allocationB. Memory allocated through calloc need not be freed explicitly, while memory allocated through malloc needs to be freed explicitly.C. calloc initializes the memory by setting all-bits-zero, malloc does not does any zero fill.D. all of the above What is the output?void main(){int a,b=5,c=10;a = (b-c) > (c-b) ? b : c;printf("%d",a);}A. 10B. 5C. 0D. Error When a user creates an object without a TABLESPACE clause, where will Oracle store the segment?A. System tablespaceB. Users tablespaceC. Default tablespace for the userD. Oracle will give an error In this PL/SQL statement, which of the following lines will produce an error?A. cursor CAPITALS is select CITY, STATEB. into my_city, my_stateC. from CITIESD. where CAPITAL = 'Y';
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||