How can you increase the allowable number of simultaneously open files?


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

Post New Answer

More C Interview Questions

int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?

2 Answers  


What is spaghetti programming?

0 Answers  


How do you define a function?

0 Answers  


What is a char c?

0 Answers  


3.write a simple program that will output your name,phone number,e-mail address,and academic major on separate lines 1.create an account and a personal directory for your work b.find out how to create a subdirectory on your system.create one called info c.you will use a text editor to type in your programs and data files.some C systems have a built in text editor;others do not.Find out what text editor you will be using and how to access it.create a text file(not a program) containing your name ,address,and telephone number on separate lines.Next,write the brand of computer you are using and the name of the text editor.Then write a paragraph that describes your past experience with computers.save this file in your info directory. d. find out how to print a file on your system .print out and turn in the file you created in (c).

0 Answers   TCS,


what value is returned to operating system after program execution?

0 Answers  


What is the difference between class and object in c?

0 Answers  


Explain Function Pointer?

0 Answers   Wipro,


How many levels of pointers can you have?

0 Answers  


What should be keep precautions while using the recursion method?

1 Answers  


please give me some tips for the placement in the TCS.

0 Answers   TCS,


What is the advantage of an array over individual variables?

0 Answers  


Categories