Write a C/C++ program to show the result of a stored
procedure "PROC_RESET_MAIL" on database "USER_NOTIFY".

Answers were Sorted based on User's Feedback



Write a C/C++ program to show the result of a stored procedure "PROC_RESET_MAIL" on datab..

Answer / 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

Write a C/C++ program to show the result of a stored procedure "PROC_RESET_MAIL" on datab..

Answer / atulsingh_rathore

ANY ONE IF GIVE ME ANSWER PLEAS BECAUSE I WAS USING TURBO
C++ FOR THAT I DIDN't KNOW TAHT HOW I CONNECT TO MY SQL OR
OTHER VENDERS

Is This Answer Correct ?    10 Yes 19 No

Post New Answer

More C++ General Interview Questions

How do you link a C++ program to C functions?

4 Answers  


what is scupper?

0 Answers  


What is a catch statement?

0 Answers  


Explain the static member function.

0 Answers  


Explain the register storage classes in c++.

0 Answers  






Is python written in c or c++?

0 Answers  


Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

0 Answers  


What is abstraction in c++?

0 Answers  


Write a program which uses Command Line Arguments

0 Answers  


What's the order in which the local objects are destructed?

0 Answers  


What does the ios::ate argument do?

0 Answers  


Describe linkages and types of linkages?

0 Answers  


Categories