a) Sets a system environmental value to either base 10, base 8 or base 16 b) Returns the remainder after dividing one number by another c) Returns the first argument raised to the second argument power
Latest Answer: The function of the modulus operator is ,Produce the remainder of the given division operation.Finally we get the remainder only ...
a) fread() b) readfile() c) fileread() d) gets()
Latest Answer: Answer is a) fread() ...
I = 0; j = 0; for(j=1;j<10;j++) i=i+1; In the (generic) code segment above what will be the value of the variable i at completion ?
a) 0 b) 1 c) 3 d) 9
With every use of memory allocation function should be used to release allocated memory which is no longer needed ?
a) dropmem() b) dealloc() c) release() d) free()
What relationship is resolved by an “intersecting” or “associative” entity ?
a) Recursive b) Mandatory one to one c) Many to Many d) One to One
ans :- init();
View page << Previous 1 2 [3]

Go Top