Who is invented by c?
Answers were Sorted based on User's Feedback
Answer / murali
No one is invented by C but C was invented by "Dennis Richie".
| Is This Answer Correct ? | 7 Yes | 7 No |
Answer / iyswarya
the question means who is invented by c not who invented c
so the answer is c++
many languages are invented and develped by c
from c only other languages are ionvented such as c++,java ...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mithun das
Who invented C?
Answer:Dennis Ritchie.
In the year 1972.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rakesh
C++ is the next wht is developed by the idea of c...
the Q is nt abt who invented C
its like wht is invented or after C
| Is This Answer Correct ? | 3 Yes | 4 No |
Explain void pointer?
what is the main use of c where it can use the c
Explain can you assign a different address to an array tag?
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
What's the total generic pointer type?
Explain what is a pragma?
write a program to create a sparse matrix using dynamic memory allocation.
Write a program for Overriding.
who will call your main function in c under linux?
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
What does 2n 4c mean?