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 / gouse mohiddin

500

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the structure pointer?

2179


Differentiate between functions getch() and getche().

1108


Write a program to implement queue.

1170


What are the data types present in c?

1236


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

2173


What oops means?

1054


What is the difference between typedef and #define?

1112


What is an array in c?

1097


I came across some code that puts a (void) cast before each call to printf. Why?

1267


Explain what is the difference between text files and binary files?

1216


What is the difference between if else and switchstatement

2003


How we can insert comments in a c program?

1187


Apart from dennis ritchie who the other person who contributed in design of c language.

1476


What is #include stdlib h?

1145


How to compare array with pointer in c?

1166