1 votes
321
What is the size of the following union? Assume that the size of int=2, size of float =4, size of char=1union tag { int a; float b; char c; };2417
1 votes
323
1 votes
325
DFA
0 votes
326
DFA
–1 votes
327
DFA
0 votes
328
What is the output of the following program?#include<stdio.h void main() { int n=3, i=0; do { n=n++; i++; } while(i!=3); printf(“%d\n”, n); }
1 votes
334
Which one of the following set of gates is best suited for &lsquo;parity&rsquo; checking and &lsquo;parity&rsquo; generation?AND, OR, NOTNAND, NOREX-OR, EX-NORNone of the...
2 votes
335
Find the number of ways to paint 12 offices so that 3 of them will be green, 2 of them pink, 2 of them yellow and the rest ones white.55,4401,66,3204.790E+0839,91,680
2 votes
336
#include<stdio.h int main() { int x,y; x=-5; y=x<<2; printf("%d\n",y); printf("%d",y^x); return 0; }Ans:-2023how xor result is 23? please explain
1 votes
337
The efficient data structure to insert/delete a number in a stored set of number isQueueLinked listDoubly linked listBinary tree
3 votes
339
The count-to-infinity problem is associated withFlooding algorithmHierarchical routing algorithmDistance vector routing algorithmLink state routing algorithm
4 votes
340
Consider an undirected graph G with 100 nodes. The maximum number of edges to be included in G so that the graph is not connected is2451495048519900
0 votes
343
0 votes
344
The versions of windows operating system like Windows XP and Window Vista uses following file system:FAT-16FAT-32NTFS (NT File System)All of the above
1 votes
345
1 votes
347
0 votes
348