given post order,in order construct the corresponding binary tree
Write a program to generate the Fibinocci Series
Is there any demerits of using pointer?
Is flag a keyword in c?
Explain what does a function declared as pascal do differently?
What is the translation phases used in c language?
Explain can static variables be declared in a header file?
Explain what standard functions are available to manipulate strings?
What does a pointer variable always consist of?
Why is #define used?
What is use of pointer?
Write a program to print factorial of given number using recursion?
Can you explain the four storage classes in C?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What does the file stdio.h contain?