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 |
Do you know about latest advancements in C++ ?
0 Answers Agilent, ZS Associates,
List out some of the OODBMS available?
What is the best c c++ compiler for windows?
What do you mean by late binding?
How can I learn dev c++ programming?
Is eclipse good for c++?
What is namespace std; and what is consists of?
What is ofstream c++?
What is a rooted hierarchy?
Ask to write virtual base class code?
What is the difference between a constructor and a destructor in C++?
What is a mutex and a critical section.Whats difference between them?How do each of them work?