How can I remove the trailing spaces from a string?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

program to find the roots of a quardratic equation

1 Answers  


what is use#in c

3 Answers  


What is calloc() function?

0 Answers  


What are structural members?

0 Answers  


#include<stdio.h> int SumElement(int *,int); void main(void) { int x[10]; int i=10; for(;i;) { i--; *(x+i)=i; } printf("%d",SumElement(x,10)); } int SumElement(int array[],int size) { int i=0; float sum=0; for(;i<size;i++) sum+=array[i]; return sum; } output?

5 Answers   Ramco,






without a terminator how can we print a message in a printf () function.

7 Answers   NIIT,


what is difference between overriding and overloading?

1 Answers  


What is omp_num_threads?

0 Answers  


how to write optimum code to divide a 50 digit number with a 25 digit number??

0 Answers   MGM,


if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?

2 Answers   NetApp,


Do you know the use of fflush() function?

0 Answers  


Explain can you assign a different address to an array tag?

0 Answers  


Categories