340
views
2 answers
1 votes
#include<stdio.h void dynamic(int s, ...) { printf("%d ", s); } int main() { dynamic(2, 4, 6, 8); dynamic(3, 6, 9); return 0; }
849
views
1 answers
0 votes
int main(){int a = 10;cout<<a++;return 0;} (A) 10(B) 11(C) 12(D) Not defined
461
views
1 answers
0 votes
3.2k
views
1 answers
0 votes
Choose the size of the below struct.Struct{ Int a; Char b; Float c; }1)22)43)74)10
600
views
0 answers
0 votes
What is the bandwidth of the memory , if access time and settling time of main memory are 45 ns and 5 ns respectively ? 20 Hz20 KHz20 MHz50 MHZ
549
views
1 answers
1 votes
The underlying Transport layer protocol used by SMTP is ________(a) TCP(b) UDP(c) Either TCP or UDP
1.7k
views
4 answers
0 votes
In class $B$ if subnet mask is $255.192.0.0$ then the total number of networks that can be joined is: $32$ $64$ $16$ None of the Above