How can I read data from data files with particular formats?


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

Post New Answer

More C Interview Questions

there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  


How many types of operator or there in c?

0 Answers  


Is null always defined as 0(zero)?

0 Answers  


Is there anything like an ifdef for typedefs?

0 Answers  


Is main a keyword in c?

0 Answers  






Explain what is wrong in this statement?

0 Answers  


application of static variables in real time

1 Answers   Bosch,


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  


How would you find a cycle in a linked list?

3 Answers   NSN,


write a progam to compare the string using switch case?

1 Answers  


#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.

0 Answers  


What is union and structure?

0 Answers  


Categories