Write a C/C++ program to show the result of a stored
procedure "PROC_RESET_MAIL" on database "USER_NOTIFY".
Answer Posted / 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 |
Post New Answer View All Answers
Do class declarations end with a semicolon?
What is the difference between struct and class?
What is the use of lambda in c++?
What is a c++ class?
Array base access faster or pointer base access is faster?
Is oops and c++ same?
Define token in c++.
How many types of modularization are there in c++?
What is the difference between global variables and local variable
Which of the following is evaluated first: a) && b) || c) !
Write some differences between an external iterator and an internal iterator?
By using c++ with an example describe linked list?
How do you differentiate between overloading the prefix and postfix increments?
What is type of 'this' pointer? Explain when it is get created?
What is & in c++ function?