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 is the use of bit fields in structure declaration?
What is the default width for ouputting a long integer using the insertion operator?
Is python written in c or c++?
Write a program which employs Recursion
When should we use container classes instead of arrays?
When should I use unitbuf flag?
Is c++ a high level language?
Explain the pure virtual functions?
What is binary object model?
How much do coding jobs pay?
What is an adaptor class in c++?
Explain what data encapsulation is in c++?
What is the function to call to turn an ascii string into a long?
What is &x in c++?
What are c++ variables?