2 votes
3
can int a=a 10 is a lexical or notif yes then why ???if no then give reason?
0 votes
5
Describe a Θ(nlgn)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exists two elements of S whose sum is exactly ...
0 votes
6
Suppose we are comparing implementations of insetion sort and merge sort on the same machine. For inputs of size n, insertion sort runs in 8n^2 steps, while merge sort ru...
0 votes
8
Does any one know the formula for Row major order and column major order of symmetric square band matrix
0 votes
10
Which of following statement is true ?S1. Any boolean function can be realized using decoders2. One multiplexer can realize 1 function at a timea) S1 is trueb) S2 is true...
0 votes
11
What is $\lim_{ x \to 0} (1-x)^{\frac{1}{x}}$ ? Also please explain the result?
0 votes
12
https://gateoverflow.in/?qa=blob&qa_blobid=677596019370884012
0 votes
13
A progarm drive Data Transfer results overhead of 6 instruction per byte.System uses 100MHZ clock and need 4 clock on an average for any instruction . what is maximum dat...
–5 votes
18
Formatting for a floppy disk refers toarranging the data on the disk in contiguous fashionwriting the directoryerasing the system datawriting identification information o...
83 votes
22
Type checking is normally done duringlexical analysissyntax analysissyntax directed translationcode optimization