What are inbuilt functions in c?
write a c program to convert fahrenheit to celsius?
what is level of tree if leaf node is at level 4.please explain.
write a program to check whether a number is Peterson or not.
How can I find leaf node with smallest level in a binary tree?
Difference between Shallow copy and Deep copy?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
What is int main () in c?
How pointer is different from array?
Do you know the use of 'auto' keyword?
What is variable declaration and definition in c?
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
How can you determine the maximum value that a numeric variable can hold?