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 |
If the size of int data type is two bytes, what is the range of signed int data type?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
different between overloading and overriding
what is reason of your company position's in india no. 1.
what is a static function
What are preprocessor directives?
What is the most efficient way to store flag values?
Where static variables are stored in memory in c?
What would be an example of a structure analogous to structure c?
which do you prefer C or Pascal?