Write a C/C++ program to show the result of a stored
procedure "PROC_RESET_MAIL" on database "USER_NOTIFY".
Answer Posted / nalini
#include<stdio.h?
#include<conio.h>
void main()
{ int i=0; switch(i) { case 0: i++; printf("%d..",i); case
1: printf("%d..",i); case 1: printf("%d..",i); } }
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is a pointer how and when is it used?
What is virtual destructor? What is its use?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Which is better c++ or java?
Comment on c++ standard exceptions?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
What is dynamic and static typing?
What is c++ map?
What does extern mean in a function declaration in c++?
How do I get good at c++ programming?
Explain the isa and hasa class relationships. How would you implement each?
Difference between class and structure.
What are the various operations performed on stack?
Why is c++ still best?
what is the use of void main() in C++ language?