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 the difference between a declaration and a definition?
Specify different types of decision control statements?
what is COPY CONSTRUCTOR and what is it used for?
What is the use of 'this' pointer?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What are the extraction and insertion operators in c++? Explain with examples.
What is helper in c++?
Define pointers?
What is the need of a destructor? Explain with the help of an example.
What is the difference between while and do while loop? Explain with examples.
Write a struct time where integer m, h, s are its members?
What is meant by the term name mangling in c++?
What is the difference between an external iterator and an internal iterator?
What is a c++ vector?
What is the difference between an array and a list?