python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can't initialize a NULL char array?
I have to inizialize a char array [DIM_MAX] to a null value in order to pass it to another function. Before passing it to this function, I am trying to print it as a local variable in order to underst...
kevin94
Votes: 0
Answers: 1
How do I take data from user using char* and then performs deep copy of entered data in C++?
Take data from user in runtime from char*
Abdal Asad
Votes: 0
Answers: 1
why ch1 == ch2 is false, doesn't it hold the same char values?
I'm trying to compare two char primitives ch1 and ch2. Both are assigned the value 1 as shown below.
But when compared using the "==" operator it returns false, which I don't understand how ...
Siva
Votes: 0
Answers: 3
Cannot use both Argv's, cannot run Move twice segmentation fault
Ive been trying various ways to get my program to work. regardless of weather i try argv1 or argv2 first, the second one will segmentation fault. even if i try to print SOURCE2DEFINE or argv[2] AFTER ...
PerfectChaos117
Votes: 0
Answers: 1