What is meant by recursion?
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
.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; }
how many error occurs in C language ?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
Why isnt there a numbered, multi-level break statement to break out
Can a pointer be volatile in c?
What are integer variable, floating-point variable and character variable?
Give basis knowledge of web designing ...
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,
is c language is a object oreinted language?