List out few of the applications that make use of Multilinked Structures?
Write a function that will take in a phone number and output all possible alphabetical combinations
Write a program to show the workingof auto variable.
.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; }
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
write program on arrays
Why do we use null pointer?
Explain what is operator promotion?
Can you add pointers together? Why would you?
Explain what are multibyte characters?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
which of the function operator cannot be over loaded a) <= b)?: c)== d)*
10 Answers Cisco, CTS, Google, HCL, HP,