Who is invented by c?
Answers were Sorted based on User's Feedback
Answer / siva
In general view, noone is invented by c.
In a language view,c++ is invented by c.
| Is This Answer Correct ? | 6 Yes | 14 No |
What is the difference between array_name and &array_name?
what is the use of macro program
What is extern c used for?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
What does %p mean c?
How do I read the arrow keys? What about function keys?
what is C?
What is getch?
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
to get a line of text and count the number of vowels in it
What is pre-emptive data structure and explain it with example?
How can I find out the size of a file, prior to reading it in?