How can I split up a string into whitespace-separated fields?


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

Post New Answer

More C Interview Questions

extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

0 Answers   Infosys,


how to find anagram without using string functions using only loops in c programming

0 Answers  


#define d 10+10 main() { printf("%d",d*d); }

6 Answers  


What is the difference between %d and %*d in C

3 Answers  






dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?

1 Answers  


wt is diference between int and int pointer as same as float and float pointer and char and char pointer

8 Answers   CTS, Infosys,


What is the heap?

0 Answers  


What is derived datatype in c?

0 Answers  


What are preprocessor directives in c?

0 Answers  


what is a function prototype?

1 Answers  


What are header files in c?

0 Answers  


Categories