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 |
Explain the different access specifiers for the class member in c++.
Can we generate a C++ source code from the binary file?
What is the difference between method overloading and method overriding in c++?
What is difference between initialization and assignment?
12 Answers HCL, HP, Infosys,
What is #include ctype h in c++?
What would happen on forgetting [], while deallocating an array through new?
What is helper in c++?
how to access grid view row?
What is the purpose of templates in c++?
When does a name clash occur in c++?
What is scope resolution operator in c++ with example?
What is ofstream c++?