April 14, 2024Artificial-IntelligenceQuestion 50 Sigmoidal feedforward artificial neural networks with one hidden layer can / are ___ A Approximation any continuous function B Approximation any disContinuous function C […]
April 14, 2024UGC NET CS 2014 June-paper-3Question 14 Which one of the following describes the syntax of prolog program ? I. Rules and facts are terminated by full stop (.) II. Rules […]
April 14, 2024ProgrammingQuestion 20 What will be the output of the following C program segment? char inchar = 'A'; switch (inchar) { case 'A' : printf ("choice A […]
April 14, 2024ProgrammingQuestion 18 Consider the following C program int a, b, c = 0; void prtFun (void); int main () { static int a = 1; /* […]