Re: [algogeeks] wht does this error means

2011-08-06 Thread siddharth srivastava
On 6 August 2011 23:27, jagrati verma  wrote:

> error: stray ‘\342’ in program
>

just to add:
it can also be due to single quotes
If you have copied code from some site having fancy styling, it can be a
reason for the error

>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>


-- 
Regards
Siddharth Srivastava

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] wht does this error means

2011-08-06 Thread rajeev bharshetty
I think you copied and pasted the code from some resource and then tried to
compile it.
The error shown above are usually "smart quotes" they are shown usually when
there is problem with the double quotation marks in the program (printf)

So to remove that error, remove the double quotation marks in the program
and then type again the double quotation marks.
They are usually the left and right quotation marks replace them with normal
double quotations.

Hope this helps!!!

On Sat, Aug 6, 2011 at 11:27 PM, jagrati verma
wrote:

> error: stray ‘\342’ in program
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>


-- 
Regards
Rajeev N B 

"*Winners Don't do Different things , they do things Differently"*

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[algogeeks] wht does this error means

2011-08-06 Thread jagrati verma
error: stray ‘\342’ in program

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.