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
What do you know about near, far and huge pointer?
How do you show the declaration of a virtual constructor?
What is setbase c++?
Can we define function inside main in c++?
What are the 4 types of library?
What is a base class?
What is near, far and huge pointers? How many bytes are occupied by them?
What is general format for a prototype?
What is the best free c++ compiler for windows?
program explaining feautures of c++
What is vector pair in c++?
Are c and c++ similar?
What does I ++ mean in c++?
What is c++ coding?
What is std :: flush?