Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~690 People Reached
Interests
networking , mathametical solution
Favorite Tags
Member Avatar for rabadiyaronak

i have two different programs that compare float and double variales and gives output , i shown that below : 1. #include<stdio.h> main() { int r; float f=22.5; double d=22.5; r=(f==d); printf("r=%d",r); } **Output:- r=1** 2. #include<stdio.h> main() { int r; float f=22.7; double d=22.7; r=(f==d); printf("r=%d",r); } **Output:- r=0** …

Member Avatar for jwenting
0
289
Member Avatar for Rahul47

I have currently switched from Virtual Box To VMWare for Operating system emulation. It's quite awesome and fast as compared to virtual box. This is first of few problems that I am facing so far. In Virtual Box there was an Option as 'Guest Addition' through which additional features were …

Member Avatar for Rahul47
0
123
Member Avatar for rabadiyaronak

hello , i have facility to connect map drive in windows in my collage . but now when switched to linux(FEDORA) i can not found the option for map network drive ? can yo pls tell me how to connect map drive in linux(fedor and ubantu - specifically).?

Member Avatar for Octet
0
278