in this program
#include<iostre am.h>
#include<conio. h>
void main
{
char c;
c=="success";
getch();
}
here, i got lvalue error in c=="success"
#include<iostre am.h>
#include<conio. h>
void main
{
char c;
c=="success";
getch();
}
here, i got lvalue error in c=="success"
Comment