who is the founder of c
Answer Posted / surender
Dennis Richie
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
can we have joblib in a proc ?
How can I recover the file name given an open stream?
Why is c still so popular?
What are the different types of data structures in c?
Compare and contrast compilers from interpreters.
Explain the properties of union. What is the size of a union variable
What are operators in c?
Is it possible to have a function as a parameter in another function?
How to throw some light on the b tree?
What is 2 d array in c?
What are bitwise shift operators in c programming?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is the auto keyword good for?
Not all reserved words are written in lowercase. TRUE or FALSE?