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 #31.8K
Ranked #4K
~944 People Reached
Favorite Forums
Favorite Tags
c x 6

5 Posted Topics

Member Avatar for rohanvijay

[QUOTE=rohanvijay;756467]1. Write a C program to convert a given infix expression to postfix form using stacks 2. Write a C program to evaluate the postfix expression using stacks[/QUOTE] I'm sorry, but we won't do your homework for you. If we did, what would you learn? Besides we all have better …

Member Avatar for Chilton
0
175
Member Avatar for Anamika1

[QUOTE=Anamika1;756321]Hello, Is anybody know who is the father of the C language . Please tell me hurry its urgent . I am waiting for your reply. Thanks[/QUOTE] Kernighan and Richie invented C to assist with writing the Unix operating system. Their variant was called K&R C, which has some notable …

Member Avatar for galaxyweblinks
0
154
Member Avatar for the reaper

[QUOTE=the reaper;760222]sorta but it didn't work with my code cause my code's intention is to do more then printing and creating files which have strings embedded..thanks anyway..^_^[/QUOTE] I found it a bit odd that you were initially using a system call to create a directory. There are functions in C …

Member Avatar for ajay.krish123
0
94
Member Avatar for Ragupathiyuva

[QUOTE=Ragupathiyuva;759961]Hi I am newbee to C Can anybody explain about int main(int argc,char* argv[]) Advance Thanks for helping[/QUOTE] I would forward you to my [URL="http://coderguide.com/Guides:C/C_Crash_Course"]C crash course[/URL], but I haven't added that section just yet (later tonight maybe). So let's discuss it. The main() function always returns a value, which …

Member Avatar for Narue
0
387
Member Avatar for god_43

Your formatting is really bad. It should take the form of: [code=c] int main(){ for(;;){ statement; } switch(){ case 'a': case 'B': do something; break; default: nothing-above worked; do-something-else; break; }/* end switch()*/ }/*** end main() ***/ [/code] For an idea of good C formatting, take a look at this …

Member Avatar for dbmoyes
0
134

The End.