...
October 9, 2023

Nielit Scientist-B IT 4-12-2016

Question 11 What is the meaning of following declaration? int(*P[7])(); A P is pointer to function B P is pointer to such function which return type […]
October 10, 2023

Programming

Question 313 What would be the output of the following program, if run from the command line as “myprog 123”? main(int argc,char∗argv[ ]) { int i; […]
October 10, 2023

Programming

Question 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, 2023

Programming

Question 4 What is the output of the following program? #include <stdio.h> int funcf (int x); int funcg (int y); main() { int x = 5, […]
error: Alert: Content selection is disabled!!