write a program to convert a expression in polish
notation (postfix) to inline (normal)
No Answer is Posted For this Question
Be the First to Post Answer
print out of string in this format; 1. "rajesh" 2. \n 3. %d
program to locate string with in a string with using strstr function
What is difference between array and structure in c?
Is that possible to store 32768 in an int data type variable?
Which is better pointer or array?
If fflush wont work, what can I use to flush input?
how to write a prog in c to convert decimal number into binary by using recursen function,
write a program to display numbers from 1 to 10 and 10 to 1?
What is a C array and illustrate the how is it different from a list.
What is the use of getchar functions?
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
Can a pointer be volatile in c?