How do we select the big element or any other operation
from array which is read dynamically. user need to give the
elements only no need to mention the size.
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between a for loop and a while loop? What are it uses?
What is a 'null pointer assignment' error?
Why is extern used in c?
given post order,in order construct the corresponding binary tree
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Do variables need to be initialized?
A C E G H +B D F A I ------------ E F G H D
Explain how can I avoid the abort, retry, fail messages?
Three major criteria of scheduling.
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
what is the difference between postfix and prefix unary increment operators?