Give me the code of in-order recursive and non-recursive.
No Answer is Posted For this Question
Be the First to Post Answer
why TCS selected more student in the software field from all institution.
What is the OOPs concept?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
code for copying two strings with out strcpy() function.
What is the use of the function in c?
what is the similarities between. system call and library function?
what is difference between C and C++
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
wap in c to accept a number display the total count of digit
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
What is the use of extern in c?