how can i get the string which is having two spaces at the
end.suppose the string is "Hello World ".Now at the end i
have two spaces.i need to print with that spaces .
Answer Posted / banavathvishnu
char *str = "Hello World ";
puts(str);
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Do you have any idea about the use of "auto" keyword?
How can I call a function with an argument list built up at run time?
What is huge pointer in c?
What is hungarian notation? Is it worthwhile?
Why is struct padding needed?
Why do we write return 0 in c?
Explain how do you determine a file’s attributes?
What are high level languages like C and FORTRAN also known as?
What is data types?
Is main a keyword in c?
What is meant by 'bit masking'?
What is c language & why it is used?
Is linux written in c?
How variables are declared in c?
Tell me what is the purpose of 'register' keyword in c language?