Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



Write a C/C++ program to show the result of a stored procedure "PROC_RESET_MAIL" on datab..

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

Write a C/C++ program to show the result of a stored procedure "PROC_RESET_MAIL" on datab..

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

Post New Answer

More C++ General Interview Questions

give me some class & objects examples?

1 Answers  


Write about the local class and mention its use?

0 Answers  


How can I improve my c++ skills?

0 Answers  


Distinguish between a # include and #define.

0 Answers  


What is the difference between a class and a structure in C++?

1 Answers  


How do you establish an is-a relationship?

0 Answers  


What is the difference between *p++ and (*p)++ ?

0 Answers  


Write a C++ Program to check whether a number is prime number or not?

0 Answers   IBS,


What are the extraction and insertion operators in c++? Explain with examples.

0 Answers  


Can the creation of operator** is allowed to perform the to-the-power-of operations?

0 Answers  


Explain the difference between static and dynamic binding of functions?

0 Answers  


Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

0 Answers   Nucleus, TCS,


Categories