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 vectors in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What is the difference between the functions rand(), random(), srand() and randomize()?
what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
If a function doesn’t return a value, how do you declare the function?
Explain selection sorting?
Specify different types of decision control statements?
Explain method of creating object in C++ ?
Write is a binary search tree? Write an algo and tell complexity?
Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??
Differentiate between a constructor and a destructor in c++.