Write a c program to build a heap method using Pointer to
function and pointer to structure ?
No Answer is Posted For this Question
Be the First to Post Answer
Is null valid for pointers to functions?
How can I write a function analogous to scanf?
Write a program in c to input a 5 digit number and print it in words.
what is an inline function?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
what is computer engg
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
Is r written in c?
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
What is the OOPs concept?
what is output of the following statetment?Printf(“%x”, -1<<4); ?