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

define switch statement?

Answer Posted / vijay

Its used to select the part of program to the execution

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where are c variables stored in memory?

1138


Explain low-order bytes.

1100


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1772


Why main is not a keyword in c?

1325


What is maximum size of array in c?

1089


Which of these functions is safer to use : fgets(), gets()? Why?

1165


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

1159


what are the different storage classes in c?

1236


What is the use of ?: Operator?

1189


Define recursion in c.

1352


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

2245


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

1132


Write a program to find factorial of a number using recursive function.

1182


Is struct oop?

1064


What is the most efficient way to store flag values?

1235