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
What is the purpose of & in scanf?
What is use of bit field?
Write a program to check whether a number is prime or not using c?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is a structure and why it is used?
Explain why c is faster than c++?
Write a code to generate a series where the next element is the sum of last k terms.
Explain the properties of union. What is the size of a union variable
What is int main () in c?
What is a keyword?
Explain the difference between ++u and u++?
Do you have any idea about the use of "auto" keyword?
Differentiate between Macro and ordinary definition.
Explain what are multibyte characters?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures