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

. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.

1 Answers  


What is the difference between a free-standing and a hosted environment?

0 Answers   Aspire,


What is the use of void pointer and null pointer in c language?

0 Answers  


What is the difference between break and continue?

0 Answers  


What is difference between structure and union with example?

0 Answers  






Can we access the array using a pointer in c language?

0 Answers  


What is the concatenation operator?

0 Answers  


Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above

5 Answers   Accenture, TCS,


Can I initialize unions?

0 Answers  


Can we change the value of constant variable in c?

0 Answers  


every function has return the value?

1 Answers  


How many levels of pointers have?

0 Answers  


Categories