0
What happens if I assign more than one character to the getchar() function?
5 odpowiedzi
+ 1
You cannot assign getchar(). Instead, you assign char variable with getchar(). That is,
You can:
character = getchar();
But can't
getchar() = character;
EDIT: assigning char variable with more than one character with getchar() is not possible.
+ 1
Thanks...mean it..!
+ 1
I know that's not possible...but my qs was what would happen...
+ 1
Ya...love ur answer...!
+ 1
Martin Taylor ..can you give me ur contact number or email id ....??