I am using char*
to store some variable values, but there's problem that I can't change its value. If anyone could suggest a method..... Would be a life saver for me....
char* year=""; //definition as empty
get_data(){
year= //"Here I want to give it another value of another variable(also in char*)"
}