How do you view the path?
No Answer is Posted For this Question
Be the First to Post Answer
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
What is wrong with this program statement?
Give a method to count the number of ones in a 32 bit number?
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
What is p in text message?
Why cd or dvd are round why not square.
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
ABCDCBA ABC CBA AB BA A A