Explain how can I read and write comma-delimited text?


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

Post New Answer

More C Interview Questions

1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

0 Answers  


write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..

1 Answers  


write a program to print the one dimensional array.

1 Answers  


Explain high-order and low-order bytes.

0 Answers  


Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.

1 Answers  






wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 Answers  


What language is c written?

0 Answers  


which is an algorithm for sorting in a growing Lexicographic order

0 Answers  


what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???

2 Answers   NSN,


convert 0.9375 to binary

2 Answers   CTS, TANCET,


write a program for egyptian fractions in c?

1 Answers   Satyam,


what is the height of tree if leaf node is at level 3. please explain

0 Answers  


Categories