4 answers
2
Does C perform array out of bound checking? What is the output of the following program?int main() { int i; int arr[5] = {0}; for (i = 0; i <= 5; i++) printf("%d ", arr[i...
0 answers
9
@ arjun sir for nlc application i have done sbi collect payment 2 days before but still nlc is showing fee paid status as not paid what to do now
2 answers
10
1 answer
13
Does anyone has any online resource that contains good lectures on Basics of Wi-Fi and Network security? Thanks in advance .
1 answer
19
http://gateforum.com/wp-content/uploads/2013/01/IN-2010.pdf Question 21The integral $\int _{-\infty} ^{\infty}\delta (t-\frac{\pi}{6})6\sin(t)dt$ evaluates to(A).6(B).3(c...
2 answers
20
3 answers
22
1 answer
23
how to decide height , depth and level of treeand no. of internal nodes in treesome books take root as internal nodeheight as no. of edges b/w root and leaf(longest path)...
3 answers
24
wat does arrow represent in er diagramwhen can we many to one or one to many by seeing arrows
3 answers
27
In a context sensitive grammer,1).number of grammar symbols on the left-hand side of a productioncan’t be greater than the number of non-terminals on the right-hand sid...