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 are the basics concepts of OOPS?
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
List out some of the OODBMS available?
State two differences between C and C++.
Write a program in C++ for Fibonacci series
0 Answers Axtria, ITC Indian Tobacco Company,
What are the classes in c++?
What is using namespace std in cpp?
What are the advantages and disadvantages of using inline and const?
2 Answers Polaris, TCS, Zimmer Biomet,
What are the types of STL containers?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Why use of template is better than a base class?
How do you find out if a linked-list has an end?