explain what are pointers?
No Answer is Posted For this Question
Be the First to Post Answer
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.
0 Answers Lovely Professional University,
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
Explain what is wrong with this program statement? Void = 10;
What is the difference between printf and scanf )?
how can i get output like this? 1 2 3 4 5 6
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
YBJBU6
How would you find a cycle in a linked list?
Explain Linker and Loader
How would you obtain the current time and difference between two times?
What do you mean by command line argument?
What is use of bit field?