Explain threaded binary trees?
What is volatile keyword in c?
Write a progarm to find the length of string using switch case?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What does extern mean in a function declaration?
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
Explain modulus operator.
Can a variable be both constant and volatile?
write an algorithm and c program to add two 2x2 matrics
Linked lists -- can you tell me how to check whether a linked list is circular?
What is meant by 'bit masking'?
What does it mean when a pointer is used in an if statement?
How to find the usage of memory in a c program