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".

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


Please Help Members By Posting Answers For Below Questions

Do class declarations end with a semicolon?

1122


What is the difference between struct and class?

1647


What is the use of lambda in c++?

1078


What is a c++ class?

1149


Array base access faster or pointer base access is faster?

2353


Is oops and c++ same?

1090


Define token in c++.

1207


How many types of modularization are there in c++?

1120


What is the difference between global variables and local variable

1112


Which of the following is evaluated first: a) && b) || c) !

2417


Write some differences between an external iterator and an internal iterator?

1081


By using c++ with an example describe linked list?

1073


How do you differentiate between overloading the prefix and postfix increments?

1137


What is type of 'this' pointer? Explain when it is get created?

1064


What is & in c++ function?

1122