Classic Jhumka Earrings Silver INR 113.00 Free Shipping Buy Now
Black Jhumka Earrings & Studs INR 94.00 Free Shipping Buy Now
Classic Jhumka Earrings Silver INR 207.00 Free Shipping Buy Now
Beautiful stud earing INR 93.00 Free Shipping Buy Now
Different Size Hoop and Stud Earrings Set INR 243.00 Free Shipping Buy Now
Golden Hoop Earing INR 70.00 Free Shipping Buy Now
Home Practice Tests General Knowledge Practice Tests General Knowledge Quiz - Question & Answers Set - 17
15 Questions
Time Left -

General Knowledge Quiz - Question & Answers Set - 17

  • Question 1 :
  • What are the functions for IMAP
  • Aimap_body - Read the message body imap_check - Check current mailbox imap_delete - Mark a message for deletion from current mailbox imap_mail - Send an email message
  • Question 3 :
  • How can we increase the execution time of a php script
  • ABy the use of void set_time_limit(int seconds) Set the number of seconds a script is allowed to run. If this is reached, the script returns a fatal error. The default limit is 30 seconds or, if it exists, the max_execution_time value defined in the php.i
  • Question 5 :
  • What types of images that PHP supports
  • AUsing imagetypes() function to find out what types of images are supported in your PHP engine. imagetypes() - Returns the image types supported. This function returns a bit-field corresponding to the image formats supported by the version of GD linked
  • Question 8 :
  • What are the features and advantages of OBJECT ORIENTED PROGRAMMING
  • AA
  • BB
  • Co
  • DAB
  • EOne of the main advantages of OO programming is its ease of modification; objects can easily be modified and added to a system there by reducing maintenance costs. OO programming is also considered to be better at modeling the real world than is procedura
  • Question 10 :
  • What is the use of friend function
  • AFriend functions Sometimes a function is best shared among a number of different classes. Such functions can be declared either as member functions of one class or as global functions. In either case they can be set to be friends of other classes, by usi
  • Question 11 :
  • What are the difference between abstract class and interface
  • AAbstract class: abstract classes are the class where one or more methods are abstract but not necessarily all method has to be abstract. Abstract methods are the methods, which are declare in its class but not define. The definition of those methods must