Recent posts tagged study-materials

2,025
2,025 views
1)How many 4 digit no are there with 6 appearing exactly once?2)How many integers in set{,2,3, -1,00,000} contains exactlu one 3 one 4 one 5 in their decimal representati...
2,049
2,049 views
I think there is a typing mistake by gate2015, it should be 5-4-6=-5 rather than 5-6-4=-5.
765
765 views
#include <stdio.h void e(int); int main() { int a = 3; e(a); putchar('\n'); return 0; } void e(int n) { if (n 0) { e( n); printf("%d ", n); e( n); } }I am not getting he...
1,456
1,456 views
if they ask that " atleast how many edges are there in multigraph"then our ans will be n-k ie 7 edges.??
957
957 views
It is possible for a computer to have multiple IP addresses FalseIP packets from the same source to the same destination can take different routes in the network Tr...
56,226
56,226 views
Take a single person A out of the 10 people. The remaining 9 people has to be either friends or enemy with A. Therefore acc to pigeon hole principle there atleast⎾9/2⏋(i....
To see more, click for the full list of questions or popular tags.