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

What is the use of dot in c++?

0 Answers  


What is data hiding c++?

0 Answers  


How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


Which is the best c++ compiler?

0 Answers  


What is class invariant?

1 Answers  


Explain the static member function.

0 Answers  


Explain shallow copy?

0 Answers  


How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?

0 Answers  


What are friend functions?

1 Answers  


How do you define a class in c++?

0 Answers  


What does asterisk mean in c++?

0 Answers  


What is class syntax c++?

0 Answers  


Categories