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

what is the output of the program and explain why??
#include<stdio.h>

void main ( )

{

int k=4,j=0:

switch (k)

{

case 3;

j=300;

case 4:

j=400:

case 5:

j=500;

}

printf (ā€œ%d\nā€,j);

}

Answer Posted / ramprabha

0

Is This Answer Correct ?    3 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we assign string to char pointer?

1180


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1129


What is register variable in c language?

1062


What is structure in c explain with example?

1213


What is typedef?

1505


How many data structures are there in c?

1170


What is sizeof c?

1121


What is context in c?

976


What is the difference between exit() and _exit() function?

1101


please send me the code for multiplying sparse matrix using c

2222


Explain b+ tree?

1126


What is difference between union and structure in c?

1244


What is void pointers in c?

1066


What is typedef example?

1259


C program to find all possible outcomes of a dice?

2410