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
~169 People Reached
Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for kbehemoth

hi all, I am new to this great place....I had always been getting threads of this website while googling but now I'm joining this as a member......It's my pleasure to be here gd day

Member Avatar for zandiago
0
25
Member Avatar for kbehemoth

I have a problem geeks!!! In following program..... [code=c] #include<stdio.h> #include<conio.h> void main() { float f=0.7; clrscr(); if(f<0.7) printf("C+"); else printf("C++"); getch(); } [/code] in the above program when I give the value of f=0.7 and in if statement also I put the same value 0.7 then the output of …

Member Avatar for Salem
0
144