who is the founder of c
Answer Posted / vasundhara
Dennis Richtie is founder of C at Bell Lab
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Explain what are linked list?
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.
What is void pointers in c?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Who invented bcpl language?
What is the difference between int main and void main?
What are unions in c?
What is array in C
Where define directive used?
Why is main function so important?
What are the primitive data types in c?
how to capitalise first letter of each word in a given string?
Explain the difference between call by value and call by reference in c language?
What is a void pointer? When is a void pointer used?