How can I remove the trailing spaces from a string?
No Answer is Posted For this Question
Be the First to Post Answer
how to sort two array of characters and make a new array of characters.
What is wrong with this declaration?
Is it cc or c in a letter?
Why can’t we compare structures?
Why is structure padding done in c?
How can I find out the size of a file, prior to reading it in?
Why structure is used in c?
How can I copy just a portion of a string?
What is a MAC Address?
What are the salient features of c languages?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What is floating point constants?