2
Answers

what is use of sniffer in cloud computing

mahesh pardeshi

mahesh pardeshi

13y
2.7k
1
hello friend I am totally new to cloud computing & I want to do project on cloud computing name is Enabling Public verifiability and data dynamics for storage security in cloud computing then what is use of sniffer incloud computing & how to use it which sniffer to use
Answers (2)
0
Peter

Peter

NA 4 0 15y
That much I know.  My question is, why one PC converts 1 to string and gets "1" and the other does the same thing and gets "1.0"?
0
Manish Dwivedi

Manish Dwivedi

NA 8.3k 1.2m 15y
Hi

This is happening due to this res = "1.0" {string} while converting.

because you are using int.TryParse so u have to pass the values like 1,2,123,10 etc in the res parameter.

I think u got it.