GO Classes, in collaboration with GATE Overflow, is an E-Learning platform for GATE CSE Preparation.

https://www.goclasses.in/

Recent questions tagged goclasses

43
views
0 answers
0 votes
Why does linear combination of 2 linearly independent vectors produce every vector in R^2 ?
4
views
0 answers
0 votes
#include <stdio.h> int main() { int (*a)[2]; int arr[4][4]={1,2,6,4,5,6,7,8,9}; a=arr; ++a; printf("%d",**a); return 0; }what is the answer NUMARICAL--------------------------------?