Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
2
2 Commented Posts
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for theCompiler

You can use enum datatype for this.... my idea is that when you are using a enum variable then u associate a integer to ur string.... if u can do this then u can use....[CODE]#include<stdlib.h> int random (int n);[/CODE] After using this You can select a random string.... Hope You …

Member Avatar for theCompiler
0
178
Member Avatar for muktigeek

[CODE]void main() { char a=250; int expr=a+!a+~a+ ++a; printf("%d",a); getch(); }[/CODE] what is output and plz explain it..:):)

Member Avatar for Narue
0
105
Member Avatar for arlir

Declare mainmenu() function with header file..:):):)[CODE]#include * void mainmenu(void);[/CODE] It starts working....sure..:):):)

Member Avatar for muktigeek
0
243
Member Avatar for Xufyan

Because you are provide a instruction like this that it multiplies each other or adding each other.....if u are not providing a statement like [CODE]c *= b;[/CODE]or [CODE]c += b;[/CODE] then it does not perform that work....:):):) We know that Computer does not have any sense.. so the instruction which …

Member Avatar for muktigeek
0
656

The End.