How can I read data from data files with particular formats?
No Answer is Posted For this Question
Be the First to Post Answer
What are loops in c?
What should be keep precautions while using the recursion method?
Wt are the Buses in C Language
What is maximum size of array in c?
Explain the advantages and disadvantages of macros.
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
What does the file stdio.h contain?
How to write a multi-statement macro?
What is the difference between malloc() and realloc()?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
How can I make sure that my program is the only one accessing a file?