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 |
give me some class & objects examples?
Write about the local class and mention its use?
How can I improve my c++ skills?
Distinguish between a # include and #define.
What is the difference between a class and a structure in C++?
How do you establish an is-a relationship?
What is the difference between *p++ and (*p)++ ?
Write a C++ Program to check whether a number is prime number or not?
What are the extraction and insertion operators in c++? Explain with examples.
Can the creation of operator** is allowed to perform the to-the-power-of operations?
Explain the difference between static and dynamic binding of functions?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.