Can you optimize this code/algorithm even furthur?If I don't use malloc() to s and then do strcpy(), I would have to use strdup() instead: char* s = ...
Can you optimize this code/algorithm even furthur?I need s because I want to pass it to strtok(). Because when I directly pass *input to it, it causes...
Can you optimize this code/algorithm even furthur?@cire - "Your sample input will cause your get_height function to return -1, not 4, as the condition...
Can you optimize this code/algorithm even furthur?Well, this is part of an assignment where we have to work upon a problem and create a C program as a...
Unable to compile and run this C programIs std::string a part of C language too, or just C++? Actually, this is part of an assignment where...
This user does not accept Private Messages