2. Which statement is true about Java? a) Java is a sequence-dependent programming language b) Java is a code dependent programming language c) Java is a platform-dependent programming language d) Java is a platform-independent programming language View Answer 3. Which component is used to com...
18. What will be the output of the following PHP code snippet? <?php$url="[email protected]";echoltrim(strstr($url,"@"),"@");?> a)[email protected] b)[email protected] c) phpmcq@ d) sanfoundry.com View Answer 19. Which of the following PHP functions can be used to get the ...
41. What will be the final value of x in the following C code? #include <stdio.h> voidmain() { intx=5*9/3+9; } a) 3.75 b) Depends on compiler c) 24 d) 3 View Answer 42. What will be the output of the following C code? (Initial values: x= 7, y = 8) #include <s...