How can I remove the leading spaces from a string?


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

Post New Answer

More C Interview Questions

Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Bosch,


Function calling procedures? and their differences? Why should one go for Call by Reference?

0 Answers   ADP,


The statement, int(*x[]) () what does in indicate?

0 Answers  


What are the rules for the identifier?

0 Answers  


What is typeof in c?

0 Answers  






Why is C language being considered a middle level language?

0 Answers  


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


what is the meaning of java that is (J A V A) full form of JAVA

71 Answers   AKS University, Bhel, BNL, BPO, HCL, Peacecon,


What does char * * argv mean in c?

0 Answers  


Differentiate between a structure and a union.

0 Answers   Zensar,


What are the types of pointers?

0 Answers  


. Write a program to get a string and to convert the 1st letter of it to uppercase

2 Answers   HTC,


Categories