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 |
C is to C++ as 1 is to a) What the heck b) 2 c) 10
How do you test your code?
What can c++ be used for?
Difference between a homogeneous and a heterogeneous container
What is the difference between containment and delegation?
What is the difference between Class and Structure?
40 Answers HP, IBM, Samsung, TCS,
Difference between Constructors and static constructors?
What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?
6 Answers HCL, Integra, IPMC, ORG,
What is long in c++?
Can you write a function similar to printf()?
What is the difference between struct and class?
what is VOID?