top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Is there any problem with the following statement : char*a=NULL; char& p = *a;?

+2 votes
233 views
Is there any problem with the following statement : char*a=NULL; char& p = *a;?
posted Jan 6, 2015 by Emran

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

Is there any method in c++ to find the multiple position of a char in a string.
eg : Hi, How are you?
position of H : 1 and 5

+2 votes

I want to pass a string over the network, After Coding and Decoding How will i make sure that this is the same string ?

...