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 |
What is the use of dot in c++?
What is data hiding c++?
How do you know that your class needs a virtual destructor?
Which is the best c++ compiler?
What is class invariant?
Explain the static member function.
Explain shallow copy?
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?
What are friend functions?
How do you define a class in c++?
What does asterisk mean in c++?
What is class syntax c++?