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
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 |
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 |
How do I start a c++ project?
what are Access specifiers in C++ class? What are the types?
Explain what are mutator methods in c++?
Is c++ vector a linked list?
What are the benefits of oop in c++?
What is #include math h in c++?
Write about a nested class and mention its use?
What are the advantages of c++ over c?
how to find the maximum of 10 numbers ?
Why is it called c++?
Which operations are permitted on pointers?
Describe the syntax of single inheritance in C++?