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 |
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
What does printf does?
Why is main function so important?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is the difference b/w main() in C language and main() in C++.
How can you return multiple values from a function?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Explain what math functions are available for integers? For floating point?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
Explain argument and its types.
which is the best antivirus and how to update it