who is the founder of c
Answer Posted / athulraj
its not dennis ritche .its athul
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Where static variables are stored in memory in c?
What are the preprocessor categories?
Describe dynamic data structure in c programming language?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is function what are the types of function?
Tell me can the size of an array be declared at runtime?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Without Computer networks, Computers will be half the use. Comment.
Why is it important to memset a variable, immediately after allocating memory to it ?
What is the g value paradox?
What is the maximum no. of arguments that can be given in a command line in C.?
What is a const pointer in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is %g in c?