Read two numbers from keyboard and find maximum of them?
Write a program to find factorial of a number using recursive function.
Is flag a keyword in c?
code for quick sort?
int *a[5] refers to
Add Two Numbers Without Using the Addition Operator
What is an object?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is dynamic dispatch in c++?
Juxtapose the use of override with new. What is shadowing?
who is the father of c
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Why c++ is called c++ and not c+?