October 10, 2023UGC NET CS 2014 June-paper-2Question 10 The regular grammar for the language L = {w|na(w) and nb(w) are both even, w ∈ {a, b}*} is given by : (Assume, p, […]
October 10, 2023ProgrammingQuestion 3 Consider the following C program which is supposed to compute the transpose of a given 4 x 4 matrix M. Note that, there is […]
October 10, 2023ProgrammingQuestion 4 What is the output of the following program? #include <stdio.h> int funcf (int x); int funcg (int y); main() { int x = 5, […]
October 10, 2023ProgrammingQuestion 1 Consider the following ANSI C program. # include <stdio.h> int main() { int i, j, count; count = 0; i = 0; for (j […]