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

how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"

1 Answers  


Do pointers store the address of value or the actual value of a variable?

0 Answers   Fidelity,


is it possible to create your own header files?

0 Answers  


how can make variable not in registers

1 Answers   TCS,


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

1 Answers  


What is union and structure in c?

0 Answers  


what is mallloc()?how it works?

4 Answers   Excel,


What is the purpose of void in c?

0 Answers  


What is a null pointer in c?

0 Answers  


What is a list in c?

0 Answers  


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?

4 Answers   Ramco,


who invented c

13 Answers   IBM,


Categories