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

List the issue that the auto_ptr object handles?

609


What are the vectors in c++?

579


what is the use of void main() in C++ language?

639


What are the types of pointer?

547


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

678






Differentiate between an inspector and a mutator ?

703


What is problem with overriding functions?

605


What is the outcome of cout< a) 16 b) 17 c) 16.5

624


What are arrays c++?

605


Give example of a pure virtual function in c++?

583


What are protected members in c++?

619


What are namespaces in c++?

591


What do manipulators do?

569


Describe public access specifiers?

581


Why is "using namespace std;" considered bad practice?

647