Answer Posted / 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 |
Post New Answer View All Answers
Explain continue keyword in c
Explain what is the difference between the expression '++a' and 'a++'?
How can I call fortran?
Why is a semicolon (;) put at the end of every program statement?
Why is sizeof () an operator and not a function?
What is indirection?
What is bubble sort technique in c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is #include called?
Define C in your own Language.
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Write a program to print factorial of given number using recursion?
please send me the code for multiplying sparse matrix using c
What is the function of multilevel pointer in c?
What should malloc(0) do?