You are viewing a single comment's thread. Return to all comments →
I am using #c and trying take a string input with commands-
char t[1001]; fgets (t, 1000, stdin);
It did not give any error, but t remains an empty string. Any thoughts
Seems like cookies are disabled on this browser, please enable them to open this website
Day 1: Data Types
You are viewing a single comment's thread. Return to all comments →
I am using #c and trying take a string input with commands-
char t[1001]; fgets (t, 1000, stdin);
It did not give any error, but t remains an empty string. Any thoughts