marge linklist
No Answer is Posted For this Question
Be the First to Post Answer
What is volatile
What are the functions to open and close the file in c language?
Stimulate calculator using Switch-case-default statement for two numbers
Is c still used?
What is meant by global static? why we have to use static variable instead of Global variable
Who invented b language?
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
In which category does main function belong??
write a function which accept two numbers from main() and interchange them using pointers?
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?