What is a file descriptor in c?
No Answer is Posted For this Question
Be the First to Post Answer
What do header files do?
plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>
Explain what is the difference between functions getch() and getche()?
4. main() { int c=- -2; printf("c=%d",c); }
Should I learn c before c++?
yogesh patil in dell
What is fflush() function?
What is the use of the restrict keyword?
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
simple c program for 12345 convert 54321 with out using string
what is the use of bitfields & where do we use them?