Explain how can I right-justify a string?
No Answer is Posted For this Question
Be the First to Post Answer
Do you have any idea about the use of "auto" keyword?
how can i sort numbers from ascending order and descending order using turbo c..
what is an inline fuction??
What is a good data structure to use for storing lines of text?
How can I remove the leading spaces from a string?
How to establish connection with oracle database software from c language?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
How to write a program to receive an integer & find its octal equivalent by using for loop?
output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }
what is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
How to receive strings with spaces in scanf()
what are bit fields in c?