Write a c program to build a heap method using Pointer to
function and pointer to structure ?
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
What is the c language function prototype?
How can I ensure that integer arithmetic doesnt overflow?
Is there anything like an ifdef for typedefs?
Explain spaghetti programming?
Explain what is the advantage of a random access file?
what is a function pointer and how all to declare ,define and implement it ???
What is a program flowchart?
How can I invoke another program or command and trap its output?
What is p in text message?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
Write a program to check palindrome number in c programming?