Differentiate between full, complete & perfect binary trees.
No Answer is Posted For this Question
Be the First to Post Answer
Why is main function so important?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
What is new line escape sequence?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
What math functions are available for integers? For floating point?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
can v write main() { main(); } Is it true?
Explain enumerated types in c language?
What is nested structure with example?