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


Please Help Members By Posting Answers For Below Questions

Is c the same as c++?

570


What is #include ctype h in c++?

669


Why is c++ still best?

560


Can non-public members of another instance of the class be retrieved by the method of the same class?

613


How a new operator differs from the operator new?

628






What do you mean by ‘void’ return type?

610


what is oops and list its features in c++?

554


What is protected inheritance?

602


Can we define a constructor as virtual in c++?

605


Name the debugging methods that are used to solve problems?

587


Is empty stack c++?

525


Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?

710


Difference between Abstraction and encapsulation in C++?

582


What is a storage class used in c++?

620


Can circle be called an ellipse?

640