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

How to print "I Love My India" without using semi colon?

4 Answers  


What is volatile

2 Answers  


Can i use Two or More Main Funtion in any C program.?

4 Answers  


which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}

4 Answers   TCS,


int *a[5] refers to

12 Answers   TCS,


What is a far pointer in c?

0 Answers  


Can a function argument have default value?

0 Answers   Genpact,


1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision

9 Answers   HCL, Qualcomm,


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

0 Answers  


1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do

1 Answers   AAS, Nagarro, Vuram,


Do variables need to be initialized?

0 Answers  


Difference between MAC vs. IP Addressing

0 Answers  


Categories